InertiaExpansionBehavior2D.DesiredDeceleration 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定所需的伸展減速程度 (以每毫秒平方的座標單位為單位)。
public:
property float DesiredDeceleration { float get(); void set(float value); };
public float DesiredDeceleration { get; set; }
member this.DesiredDeceleration : single with get, set
Public Property DesiredDeceleration As Single
屬性值
所需的伸展減速程度 (以每毫秒平方的座標單位為單位)。
備註
這個屬性值與 DesiredExpansionX 和 屬性互斥;將此屬性設定 DesiredExpansionX 為 和 DesiredExpansionYNaN
。 DesiredExpansionY
這個屬性的預設值為 NaN
。
當慣性處理器正在執行時,無法設定這個屬性;否則會擲回例外狀況。