Click or drag to resize

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
Members
  Member nameValueDescription
BaseMap0 Category for the base map (i.e. xServer/Bing) content.
Content1 Category for the user content.
ContentLabels2 Category for the labels of the user content.
SelectedObjects3 Category for the selected objects.
TopMost4 Category for top-most objects.
See Also