ManipulationCompletedEventArgs.IsInertial Property

Definition

Gets a value that indicates whether the ManipulationCompleted event occurs during inertia.

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

Property Value

true if the ManipulationCompleted event occurs during inertia; false if the event occurs while the user has contact with the UIElement.

Applies to