ZIndex Property
Collapse the table of content
Expand the table of content

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).

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Property ZIndex As Integer

Property Value

Type: System.Int32
The 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft