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