ManipulationCompletedRoutedEventArgs.IsInertial 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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。