Share via


ManipulationInertiaStartingEventArgs.ExpansionBehavior 屬性

定義

取得或設定展開慣性移動變慢的速率。

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使用 屬性執行下列動作:

您通常會設定 或 DesiredDeceleration,但不會同時設定DesiredExpansion這兩者。

如需操作的詳細資訊,請參閱 輸入概觀。 如需回應操作的應用程式範例,請參閱逐步解說 :建立您的第一個觸控應用程式

適用於