ManipulationCompletedEventArgs.IsInertial プロパティ

定義

慣性による処理中に ManipulationCompleted イベントが発生するかどうかを示す値を取得します。

public:
 property bool IsInertial { bool get(); };
public bool IsInertial { get; }
member this.IsInertial : bool
Public ReadOnly Property IsInertial As Boolean

プロパティ値

慣性による処理中に ManipulationCompleted イベントが発生する場合は true。ユーザーが UIElement に接触中にイベントが発生する場合は false

適用対象