次の方法で共有


ManipulationCompletedRoutedEventArgs.IsInertial プロパティ

定義

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

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

プロパティ値

Boolean

bool

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

適用対象