共用方式為


VisualInteractionSource.DeltaPosition 屬性

定義

即將推出的框架期間要套用的位置變更量。 預設為 0。 只能透過運算式/動畫讀取。

public:
 property float3 DeltaPosition { float3 get(); };
float3 DeltaPosition();
public Vector3 DeltaPosition { get; }
var vector3 = visualInteractionSource.deltaPosition;
Public ReadOnly Property DeltaPosition As Vector3

屬性值

Vector3 Vector3

float3

互動來源的位置變更。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於