Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch 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
    'Usage
     
    
    Dim instance As ManipulationCompletedEventArgs
    Dim value As ManipulationVelocities
     
    value = instance.Velocities
    public ManipulationVelocities Velocities {get;}

    Property Value

    The velocities that are used for the manipulation.
    See Also