Table of Contents

Property SpinDelay

Namespace
Terminal.Gui
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

int

Remarks

This is the maximum speed the spinner will rotate at. You still need to call SetNeedsDraw() or AutoSpin to advance/start animation.