Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) for a manipulation from the beginning of the interaction to the ManipulationUpdated event.
public:
property ManipulationDelta Cumulative {
ManipulationDelta get ();
}
Type: ManipulationDelta
The accumulated transformation values up to the ManipulationUpdated event.
Namespace: Windows.UI.Input
Metadata: windows.winmd
ManipulationUpdatedEventArgs Class