get/set the size of the Layer. Typical values are 512 or 1024
            
    Namespace: 
   EGIS.Mapbox.Vector.TileAssembly: EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Syntax
| Visual Basic | 
|---|
Public Property Extent As UInteger Get Set  | 
| C# | 
|---|
public uint Extent { get; set; }  | 
| Visual C++ | 
|---|
public: property unsigned int Extent { unsigned int get (); void set (unsigned int value); }  | 
| JavaScript | 
|---|
function get_extent(); function set_extent(value);  |