LayerBase Properties
Serves as the base class for all layers.| Name | Description |
|---|---|
| MaxZoomLevel | Gets or sets the maximum zoom level at which this layer should be visible. |
| MinZoomLevel | Gets or sets the minimum zoom level at which this layer should be visible. |
| Name | Gets or sets the name of layer. |
| RectangleClip | Specifies a rectangle that limits the layer’s displayed area. |
| Visible | Gets or sets a value specifying whether or not a layer should be visible. |
| ZIndex | Gets or sets a value that is the order on the z-plane in which a map layer element (e.g., image tiles layer or vector layer) appears. |
See Also