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