ManipulationCompletedEventArgs.Cumulative Property

Definition

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

ManipulationDelta Cumulative();
public ManipulationDelta Cumulative { get; }
var manipulationDelta = manipulationCompletedEventArgs.cumulative;
Public ReadOnly Property Cumulative As ManipulationDelta

Property Value

The accumulated transformation values since a ManipulationStarted event.

Applies to

See also