Gets values that indicate the changes in the transformation deltas (translation, rotation, scale) of a manipulation since the last manipulation event.
public:
property ManipulationDelta Delta {
ManipulationDelta get ();
}
Type: ManipulationDelta
The changes in transformation values since the last event.
Namespace: Windows.UI.Input
Metadata: windows.winmd
ManipulationInertiaStartingEventArgs Class