Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / InertiaRotationBehavior Class / DesiredDeceleration Property


In This Topic
DesiredDeceleration Property (InertiaRotationBehavior)
In This Topic
Gets or sets the rate the rotation slows in degrees per squared millisecond.
Syntax
'Declaration
 
Public Property DesiredDeceleration As Single
 
'Usage
 
Dim instance As InertiaRotationBehavior
Dim value As Single
 
instance.DesiredDeceleration = value
 
value = instance.DesiredDeceleration

Property Value

The rate the rotation slows in degrees per squared millisecond.
See Also