[]
Represents the spin function settings.
[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class Spin
<TypeConverter(GetType(CellTypeExpandableObjectConverter))>
Public Class Spin
| Name | Description |
|---|---|
| Spin() | Initializes a new instance of the Spin class. |
| Name | Description |
|---|---|
| AllowSpin | Gets or sets whether the spin behavior is enabled. |
| Increment | Gets or sets the increment offset of a single spin behavior. |
| SpinOnKeys | Gets or sets a value that indicates whether the user can cause a spin action using a key. |
| SpinOnWheel | Gets or sets a value that indicates whether the user can cause a spin action using the mouse wheel. |
| Wrap | Gets or sets whether the spin behavior can wrap when reaching a maximum or minimum limit. |