Click or drag to resize

MapCanvasCanvasCategory Property

Gets or sets the CanvasCategory of the canvas. The canvas category defines the z order of the canvas in the map.

Namespace:  Ptv.XServer.Controls.Map.Canvases
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public CanvasCategory CanvasCategory { get; set; }

Property Value

Type: CanvasCategory
The canvas category.
See Also