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

适用于