ManipulationCompletedEventArgs::FinalVelocities Property

 

Gets the velocities that are used for the manipulation.

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

public:
property ManipulationVelocities^ FinalVelocities {
	ManipulationVelocities^ get();
	private: void set(ManipulationVelocities^ value);
}

Property Value

Type: System.Windows.Input::ManipulationVelocities^

The velocities that are used for the manipulation.

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