Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationUpdated event.
public:
property ManipulationVelocities Velocities {
ManipulationVelocities get ();
}
Type: ManipulationVelocities
The velocities of the accumulated transformations since a ManipulationStarted event.
Namespace: Windows.UI.Input
Metadata: windows.winmd
ManipulationUpdatedEventArgs Class