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

In This Topic
    Velocities Property (ManipulationDeltaEventArgs)
    In This Topic
    Gets the rates of the most recent changes to the manipulation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Velocities As ManipulationVelocities
    public ManipulationVelocities Velocities {get;}

    Property Value

    The rates of the most recent changes to the manipulation.
    See Also