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 如果用户的输入设备与 元素接触,则为 。

适用于