ManipulationInertiaStartingEventArgs.RotationBehavior プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
慣性による回転運動の速度の低下率を取得または設定します。
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両方は設定しません。
操作の詳細については、「 入力の概要」を参照してください。 操作に応答するアプリケーションの例については、「 チュートリアル: 初めてのタッチ アプリケーションの作成」を参照してください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET