ManipulationDeltaRoutedEventArgs.IsInertial 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
true
如果在慣性期間發生 ManipulationDelta 事件,則為 ; false
如果使用者的輸入裝置與 元素連絡時,就會發生此事件。