[]
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 equals to 0. If Interval property is 0, the Spin action will be stopped.
Type | Condition |
---|---|
ArgumentOutOfRangeException | The value is smaller than 0. |