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


In This Topic
Angular Property
In This Topic
Gets the rotational velocity in degrees per millisecond.
Syntax
'Declaration
 
Public ReadOnly Property Angular As Single
 
'Usage
 
Dim instance As ManipulationVelocities
Dim value As Single
 
value = instance.Angular

Property Value

The rotational velocity in degrees per millisecond.
See Also