MultiScaleSubImage.ZIndex Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
Public Property ZIndex As Integer
public int ZIndex { get; set; }
Property Value
Type: System.Int32
The value that represents the z-order rendering behavior of the MultiScaleSubImage. The default value is 0.
Remarks
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.