Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationInertiaStartingEventArgs Class / RotationBehavior Property


In This Topic
RotationBehavior Property
In This Topic
Get or sets the rate of slowdown of the rotation of the inertial movement.
Syntax
'Declaration
 
Public ReadOnly Property RotationBehavior As InertiaRotationBehavior
 
'Usage
 
Dim instance As ManipulationInertiaStartingEventArgs
Dim value As InertiaRotationBehavior
 
value = instance.RotationBehavior

Property Value

The rate of slowdown of the rotation of the inertial movement.
See Also