ManipulationCompletedEventArgs::IsInertial Property

 

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

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool IsInertial {
	bool get();
	private: void set(bool value);
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: