[]
Gets or sets the interval of firing the Click events.
public int Interval { get; set; }
Public Property Interval As Integer
Type | Description |
---|---|
int | An int value that indicates the interval of firing the Click events. The default is 0. |
The value must be greater than or equal to 0. If the CheckOnClick property is true or the Interval property is 0, the spin action is stopped.
Type | Condition |
---|---|
ArgumentOutOfRangeException | The value is smaller than 0. |