Property SpinDelay
SpinDelay
Gets or sets the number of milliseconds to wait between characters in the animation.
public int SpinDelay { get; set; }
Property Value
Remarks
This is the maximum speed the spinner will rotate at. You still need to call AdvanceAnimation(bool) or AutoSpin to advance/start animation.