Share via


MapElement.ZIndex Property

Definition

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

Property Value

Applies to