Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationCompleted event.
public:
property ManipulationVelocities Velocities {
ManipulationVelocities get ();
}
Type: ManipulationVelocities
The velocities of the accumulated transformations since a ManipulationStarted event.
Velocity is the distance an object travels in a specified direction during a unit of time.
This API is not implemented and will throw an exception if called.
Namespace: Windows.UI.Input
Metadata: windows.winmd
ManipulationCompletedEventArgs Class