Share via


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

適用於