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

In This Topic
    Velocities Property (ManipulationCompletedEventArgs)
    In This Topic
    Gets the velocities that are used for the manipulation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Velocities As ManipulationVelocities
    public ManipulationVelocities Velocities {get;}

    Property Value

    The velocities that are used for the manipulation.
    See Also