Click or drag to resize
CanvasGetZIndex Method
Gets the value of the Canvas.ZIndex XAML attached property for the target element.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static int GetZIndex(
	UIElement element
)

Parameters

element
Type: Windows.UI.XamlUIElement
The object from which the property value is read.

Return Value

Type: Int32
The Canvas.ZIndex XAML attached property value of the specified object.
See Also