ManipulationInertiaStartingEventArgs.ExpansionBehavior 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定展開慣性移動變慢的速率。
public:
property System::Windows::Input::InertiaExpansionBehavior ^ ExpansionBehavior { System::Windows::Input::InertiaExpansionBehavior ^ get(); void set(System::Windows::Input::InertiaExpansionBehavior ^ value); };
public System.Windows.Input.InertiaExpansionBehavior ExpansionBehavior { get; set; }
member this.ExpansionBehavior : System.Windows.Input.InertiaExpansionBehavior with get, set
Public Property ExpansionBehavior As InertiaExpansionBehavior
屬性值
展開慣性移動速度變慢的速率。
備註
ExpansionBehavior使用 屬性執行下列動作:
當慣性從設定 InitialVelocity 屬性開始時,請指定慣性的初始速度。
藉由設定 DesiredExpansion 屬性,指定慣性結束時所需的操作展開。
藉由設定 DesiredDeceleration 屬性來指定慣性所需的減速。
您通常會設定 或 DesiredDeceleration,但不會同時設定DesiredExpansion這兩者。
如需操作的詳細資訊,請參閱 輸入概觀。 如需回應操作的應用程式範例,請參閱逐步解說 :建立您的第一個觸控應用程式。