Sets the value of the Canvas.ZIndex XAML attached property for a target element.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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