VisualElement.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 front-to-back z-index of an element within a layout. 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
Remarks
An element with a higher ZIndex value will be shown on top of an element with a lower ZIndex value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.