ManipulationInertiaStartingEventArgs.RotationBehavior プロパティ

定義

慣性による回転運動の速度の低下率を取得または設定します。

public:
 property System::Windows::Input::InertiaRotationBehavior ^ RotationBehavior { System::Windows::Input::InertiaRotationBehavior ^ get(); void set(System::Windows::Input::InertiaRotationBehavior ^ value); };
public System.Windows.Input.InertiaRotationBehavior RotationBehavior { get; set; }
member this.RotationBehavior : System.Windows.Input.InertiaRotationBehavior with get, set
Public Property RotationBehavior As InertiaRotationBehavior

プロパティ値

慣性による回転運動の速度の低下率。

注釈

プロパティを RotationBehavior 使用して、次の操作を行います。

  • プロパティを設定して開始するときの慣性の初期速度を InitialVelocity 指定します。

  • プロパティを設定して慣性が終了したときの操作の目的の回転を DesiredRotation 指定します。

  • プロパティを設定して、慣性の目的の減速を DesiredDeceleration 指定します。

通常、 または を DesiredRotation 設定しますが、 DesiredDeceleration両方は設定しません。

操作の詳細については、「 入力の概要」を参照してください。 操作に応答するアプリケーションの例については、「 チュートリアル: 初めてのタッチ アプリケーションの作成」を参照してください。

適用対象