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

Property Value

The velocities that are used for the manipulation.
See Also