UIElement.ActualOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the position of this UIElement, relative to its parent, computed during the arrange pass of the layout process.
public:
property float3 ActualOffset { float3 get(); };
float3 ActualOffset();
public Vector3 ActualOffset { get; }
var vector3 = uIElement.actualOffset;
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.
Windows requirements
Device family |
Windows 10, version 1903 (introduced in 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v8.0)
|
Remarks
ActualOffset can be used as an input property to an ExpressionAnimation.
The z value of the offset is always 0.