MapItemsLayerBase Properties
The base class for layers that display map items.| Name | Description |
|---|---|
| EnableHighlighting | Specifies whether highlighting map items is enabled on this layer. |
| EnableSelection | Specifies whether selecting map items is enabled on this layer. |
| HighlightedItemStyle | Gets a style applied to a highlighted map item. |
| ItemImageIndex | Gets or sets the index of the image assigned to the map item. |
| ItemStyle | Gets a style applied to a map item. |
| MaxZoomLevel | Gets or sets the maximum zoom level at which this layer should be visible. Inherited from LayerBase. |
| MinZoomLevel | Gets or sets the minimum zoom level at which this layer should be visible. Inherited from LayerBase. |
| Name | Gets or sets the name of layer. Inherited from LayerBase. |
| RectangleClip | Specifies a rectangle that limits the layer’s displayed area. Inherited from LayerBase. |
| SelectedItem | Gets or sets the currently selected item on a map. |
| SelectedItems | Gets the collection of selected items of the MapItemsLayerBase object. |
| SelectedItemStyle | Gets a style applied to the selected map item. |
| ShapeTitlesPattern | Gets or sets a pattern used to generate shape titles. |
| ShapeTitlesVisibility | Gets or sets a value specifying whether or not shape titles should be visible. |
| ToolTipPattern | Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip. |
| Visible | Gets or sets a value specifying whether or not a layer should be visible. Inherited from LayerBase. |
| 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. Inherited from LayerBase. |
See Also