Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) of a completed manipulation (from the start of the manipulation to the end of inertia).
public:
property ManipulationDelta Cumulative {
ManipulationDelta get ();
}
Type: ManipulationDelta
The accumulated transformation values since a ManipulationStarted event.
Namespace: Windows.UI.Input
Metadata: windows.winmd
ManipulationCompletedEventArgs Class