ManipulationCompletedEventArgs.IsInertial プロパティ

定義

慣性中に 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に連絡している間にイベントが発生した場合に。

適用対象