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


In This Topic
DesiredDeceleration Property (InertiaExpansionBehavior)
In This Topic
Gets or sets the rate at which resizing slows.
Syntax
'Declaration
 
Public Property DesiredDeceleration As Single
 
'Usage
 
Dim instance As InertiaExpansionBehavior
Dim value As Single
 
instance.DesiredDeceleration = value
 
value = instance.DesiredDeceleration

Property Value

The rate at which resizing slows.
See Also