Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 718 Bytes

uielement_actualoffset.md

File metadata and controls

32 lines (18 loc) · 718 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.UIElement.ActualOffset
winrt property
19H1

Windows.UI.Xaml.UIElement.ActualOffset

-description

Gets the position of this UIElement, relative to its parent, computed during the arrange pass of the layout process.

-property-value

The position of this UIElement, relative to its parent, computed during the arrange pass of the layout process.

-remarks

ActualOffset can be used as an input property to an ExpressionAnimation.

The z value of the offset is always 0.

-see-also

-examples