Property SpinDelay | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
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 callSetNeedsDraw() or AutoSpin to advance/start animation.