Property SpinDelay
SpinDelay
Gets or sets the number of milliseconds to wait between characters in the spin. Defaults to the SpinnerStyle's Interval value.
public override int SpinDelay { get; }
Property Value
Remarks
This is the maximum speed the spinner will rotate at. You still need to call SetNeedsDraw() or AutoSpin to advance/start animation.