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

In This Topic
    Delta Property (ManipulationDeltaEventArgs)
    In This Topic
    Gets the most recent changes of the current manipulation, as a ManipulationDelta.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Delta As ManipulationDelta
    public ManipulationDelta Delta {get;}

    Property Value

    The most recent changes of the current manipulation.
    See Also