Share via


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

適用於