Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationInertiaStartingEventArgs Class / Velocities Property


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

    Property Value

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