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


In This Topic
DesiredExpansion Property
In This Topic
Gets or sets the amount the control resizes at the end of inertia.
Syntax
'Declaration
 
Public Property DesiredExpansion As Single
 
'Usage
 
Dim instance As InertiaExpansionBehavior
Dim value As Single
 
instance.DesiredExpansion = value
 
value = instance.DesiredExpansion

Property Value

The amount the control resizes at the end of inertia.
See Also