VisualInteractionSource.DeltaPosition 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
即將推出的框架期間要套用的位置變更量。 預設為 0。 只能透過運算式/動畫讀取。
public:
property float3 DeltaPosition { float3 get(); };
float3 DeltaPosition();
public Vector3 DeltaPosition { get; }
var vector3 = visualInteractionSource.deltaPosition;
Public ReadOnly Property DeltaPosition As Vector3
屬性值
互動來源的位置變更。
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|