Click or drag to resize
CanvasSetZIndex Method
Sets the value of the Canvas.ZIndex XAML attached property for a target element.

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

Parameters

element
Type: Windows.UI.XamlUIElement
The object to which the property value is written.
value
Type: SystemInt32
The value to set.
See Also