[]
public int Interval { get; set; }
Public Property Interval As Integer
Type | Description |
---|---|
int | An int value that indicates the interval of firing the SpinUp and the SpinDown events. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Occurs when value is smaller than 1. |