ManipulationStartedRoutedEventArgs.Cumulative Property

Definition

Gets the overall changes since the beginning of the manipulation.

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

Property Value

The overall changes since the beginning of the manipulation.

Applies to