Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationInertiaStartingEventArgs Class / Cumulative Property


In This Topic
Cumulative Property (ManipulationInertiaStartingEventArgs)
In This Topic
Gets the overall changes since the beginning of the manipulation.
Syntax
'Declaration
 
Public ReadOnly Property Cumulative As ManipulationDelta
 
'Usage
 
Dim instance As ManipulationInertiaStartingEventArgs
Dim value As ManipulationDelta
 
value = instance.Cumulative

Property Value

The overall changes since the beginning of the manipulation.
See Also