MultiScaleSubImage.ZIndex Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that represents the z-order rendering behavior of the MultiScaleSubImage. Z-order determines the relative rendering order of objects (which object is on top of which other objects).
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Int32The value that represents the z-order rendering behavior of the MultiScaleSubImage. The default value is 0.
Dependency property identifier field: ZIndexProperty
The value of this property is expressed as any numeric value. Although you can specify the value as a Double, internally the value will be converted to and treated as an integer.
Elements with higher values for ZIndex will render on top of elements with a lower ZIndex.