ManipulationCompletedEventArgs.IsInertial 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示 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
。