TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ManipulationDeltaEventArgs Class / Cumulative Property

In This Topic
    Cumulative Property (ManipulationDeltaEventArgs)
    In This Topic
    Gets the overall changes since the beginning of the manipulation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cumulative As ManipulationDelta
    public ManipulationDelta Cumulative {get;}

    Property Value

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