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

In This Topic
    Delta Property (ManipulationInertiaStartingEventArgs)
    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