Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationVelocities Class / Linear Property


In This Topic
Linear Property
In This Topic
Gets the straight line velocity in DIPs per millisecond.
Syntax
'Declaration
 
Public ReadOnly Property Linear As PointF
 
'Usage
 
Dim instance As ManipulationVelocities
Dim value As PointF
 
value = instance.Linear

Property Value

The straight line velocity in DIPs per millisecond.
See Also