Gets the value of the Canvas.ZIndex XAML attached property for the target element.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public static int GetZIndex(
UIElement element
)
Parameters
- element
- Type: Windows.UI.XamlUIElement
The object from which the property value is read.
Return Value
Type:
Int32The Canvas.ZIndex XAML attached property value of the specified object.
See Also