共用方式為


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

true 如果在慣性期間發生 ManipulationDelta 事件,則為 ; false 如果使用者的輸入裝置與 元素連絡時,就會發生此事件。

適用於