Canvas.SetZIndex Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the value of the ZIndex attached property for a given object.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- element
- Type: System.Windows.UIElement
The object to which the property value is written. The maximum allowed value for ZIndex is Int16.MaxValue – 1 = 32766.
- value
- Type: System.Int32
The ZIndex value of the specified object.
Show: