Sets the value of the Canvas.Left 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 SetLeft(
UIElement element,
double value
)
Parameters
- element
- Type: Windows.UI.XamlUIElement
The object to which the property value is written. - value
- Type: SystemDouble
The value to set.
See Also