The size of the vector tiles
Namespace:
EGIS.Web.ControlsAssembly: EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Public Property TileSize As Integer Get Set |
C# |
---|
public int TileSize { get; set; } |
Visual C++ |
---|
public: property int TileSize { int get (); void set (int value); } |
JavaScript |
---|
function get_tileSize(); function set_tileSize(value); |