ManipulationCompletedEventArgs.IsInertial プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
慣性中に ManipulationCompleted イベントが発生するかどうかを示す値を取得します。
public:
property bool IsInertial { bool get(); };
public bool IsInertial { get; }
member this.IsInertial : bool
Public ReadOnly Property IsInertial As Boolean
プロパティ値
true
ManipulationCompletedイベントが慣性の間に発生する場合はfalse。ユーザーがUIElementに連絡している間にイベントが発生した場合に。