UIElement.ActualOffset 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 UIElement 相对于其父级的位置,该位置在布局过程的排列过程期间计算。
public:
property float3 ActualOffset { float3 get(); };
float3 ActualOffset();
public Vector3 ActualOffset { get; }
var vector3 = uIElement.actualOffset;
Public ReadOnly Property ActualOffset As Vector3
属性值
此 UIElement 相对于其父级的位置,在布局过程的排列过程中计算。
注解
ActualOffset 可用作 ExpressionAnimation 的输入属性。
偏移量的 z 值始终为 0。