ManipulationCompletedEventArgs.IsInertial 属性

定义

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

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

属性值

true ManipulationCompleted如果在惯性期间发生该事件,false则在用户与UIElement该事件有联系时发生。

适用于