InertiaRotationBehavior.DesiredRotation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定慣性移動結束時的旋轉 (以度數為單位)。
public:
property double DesiredRotation { double get(); void set(double value); };
public double DesiredRotation { get; set; }
member this.DesiredRotation : double with get, set
Public Property DesiredRotation As Double
屬性值
慣性移動結束時的旋轉 (以度數為單位)。 預設為 NaN。
備註
DesiredRotation使用 屬性可指定慣性結束時操作所需的旋轉。 DesiredRotation設定 或DesiredDeceleration,但不能同時設定兩者。 當您設定其中一個屬性時,如果有值,另一個屬性就會變更為 Double.NaN 。
如需操作的詳細資訊,請參閱 輸入概觀。 如需回應操作的應用程式範例,請參閱逐步解說 :建立您的第一個觸控應用程式。