ManipulationCompletedEventArgs.IsInertial 属性

定义

获取一个值,该值指示 ManipulationCompleted 事件是否在惯性期间发生。

public:
 property bool IsInertial { bool get(); };
public bool IsInertial { get; }
member this.IsInertial : bool
Public ReadOnly Property IsInertial As Boolean

属性值

如果在惯性运动期间发生 ManipulationCompleted 事件,则为 true;如果在用户接触 UIElement 过程中发生该事件,则为 false

适用于