UIElement.ActualOffset Property

Definition

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

C#
public Vector3 ActualOffset { get; }

Property Value

Vector3

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.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6