CanvasCategory Enumeration |
The enumeration defines the category of map canvases. The categories specify the primary z-order of canvases on
the map. All canvases within the same category are grouped according to their index in the layer collection.
Namespace:
Ptv.XServer.Controls.Map.Canvases
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public enum CanvasCategory
Public Enumeration CanvasCategory
public enum class CanvasCategory
Members
| Member name | Value | Description |
---|
| BaseMap | 0 | Category for the base map (i.e. xServer/Bing) content. |
| Content | 1 | Category for the user content. |
| ContentLabels | 2 | Category for the labels of the user content. |
| SelectedObjects | 3 | Category for the selected objects. |
| TopMost | 4 | Category for top-most objects. |
See Also