Click or drag to resize
CanvasGetTop Method
Gets the value of the Canvas.Top 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 double GetTop(
	UIElement element
)

Parameters

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

Return Value

Type: Double
The Canvas.Top XAML attached property value of the specified object.
See Also