Gets or sets the increment offset of a single spin behavior.
public int Increment {get; set;}
'Declaration
Public Property Increment As Integer
'Usage
Dim instance As Spin
Dim value As Integer
instance.Increment = value
value = instance.Increment
Property Value
An
int value, that indicates the increment offset of the spin behavior.