UIElement.ActualOffset Property
Definition
Gets the position of this UIElement, relative to its parent, computed during the arrange pass of the layout process.
public:
property Vector3 ActualOffset { Vector3 get(); };
Vector3 ActualOffset();
public Vector3 ActualOffset { get; }
Public ReadOnly Property ActualOffset As Vector3
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.