ManipulationDeltaRoutedEventArgs.IsInertial プロパティ

定義

ManipulationDelta イベントが慣性中に発生するかどうかを取得します。

public:
 property bool IsInertial { bool get(); };
bool IsInertial();
public bool IsInertial { get; }
var boolean = manipulationDeltaRoutedEventArgs.isInertial;
Public ReadOnly Property IsInertial As Boolean

プロパティ値

Boolean

bool

慣性中に ManipulationDelta イベントが発生した場合は trueユーザーの入力デバイスが 要素と接触している間にイベントが発生した場合は false。

適用対象