Gets or sets whether the spin behavior is enabled.
public bool AllowSpin {get; set;}
'Declaration
Public Property AllowSpin As Boolean
'Usage
Dim instance As Spin
Dim value As Boolean
instance.AllowSpin = value
value = instance.AllowSpin
Property Value
A
bool value,
true if the spin behavior can be performed; otherwise,
false.