SpinIncrement Property
SpinIncrement
Gets or sets the increment offset of a single spin behavior.
Declaration
public int SpinIncrement { get; set; }
Public Property SpinIncrement As Integer
Property Value
Type |
Description |
int |
An int value, indicates the increment offset of the spin behavior.
|