MapElement.ZIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the z-index of the map element, which controls its draw order relative to other elements.
Higher values are drawn on top of lower values. The default value is 0.
This is a bindable property.
public:
property int ZIndex { int get(); void set(int value); };
public int ZIndex { get; set; }
member this.ZIndex : int with get, set
Public Property ZIndex As Integer