Spread Windows Forms 15.0
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
    public ManipulationDelta Cumulative {get;}

    Property Value

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