Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch 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 object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Delta As ManipulationDelta
    'Usage
     
    
    Dim instance As ManipulationInertiaStartingEventArgs
    Dim value As ManipulationDelta
     
    value = instance.Delta
    public ManipulationDelta Delta {get;}

    Property Value

    The most recent changes of the current manipulation.
    See Also