ManipulationInertiaStartingRoutedEventArgs.Cumulative Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the overall changes since the beginning of the manipulation.
ManipulationDelta Cumulative();
ManipulationDelta Cumulative();
public ManipulationDelta Cumulative { get; }
public ManipulationDelta Cumulative { get; }
var manipulationDelta = manipulationInertiaStartingRoutedEventArgs.cumulative;
Public ReadOnly Property Cumulative As ManipulationDelta
Property Value
The overall changes since the beginning of the manipulation.