[]
public int Delay { get; set; }
Public Property Delay As Integer
| Type | Description |
|---|---|
| int | An int value that indicates the delay time, in milliseconds, before repeating the SpinUp and the SpinDown events. |
The value must be positive.
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Occurs when value is smaller than 0. |