Spread WinForms 15
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

Property Value

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