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

    Property Value

    The most recent changes of the current manipulation.
    See Also