ManipulationCompletedEventArgs.Velocities Property

Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationCompleted event.

Syntax

public:
property ManipulationVelocities Velocities {
         ManipulationVelocities get ();
}  

Property value

Type: ManipulationVelocities 

The velocities of the accumulated transformations since a ManipulationStarted event.

Remarks

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.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

ManipulationCompletedEventArgs Class

ManipulationCompletedEventArgs Members

Windows.UI.Input Namespace