ManipulationCompletedEventArgs.Cumulative Property

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).

Syntax

public:
property ManipulationDelta Cumulative {
         ManipulationDelta get ();
}  

Property value

Type: ManipulationDelta 

The accumulated transformation values since a ManipulationStarted event.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

ManipulationCompletedEventArgs Class

ManipulationCompletedEventArgs Members

Windows.UI.Input Namespace