Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 972 Bytes

canvas_gettop_662158669.md

File metadata and controls

29 lines (20 loc) · 972 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Canvas.GetTop(Microsoft.UI.Xaml.UIElement)
winrt method

Microsoft.UI.Xaml.Controls.Canvas.GetTop

-description

Gets the value of the Canvas.Top XAML attached property for the target element.

-parameters

-param element

The object from which the property value is read.

-returns

The Canvas.Top XAML attached property value of the specified object.

-remarks

This method is a utility method for the property system, and isn't used in most app scenarios. In most cases you set the Canvas.Top XAML attached property in XAML and won't need this method. For more info, see the Canvas.Top attached property.

-examples

-see-also

Canvas.Top, Attached properties overview