Enum SpinnerStyle
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Preset frame sets for SpinnerControl.
public enum SpinnerStyle
- Extension Methods
Fields
AestheticBar = 12Aesthetic progress bar (▰▰▰▱▱▱). Fixed 6-column width.
Arc = 4Arc rotation.
Arrow = 10Rotating arrow (←↖↑↗→↘↓↙). Reserves 2 columns (ambiguous-width glyph).
Bounce = 5Bouncing braille dot.
BouncingBar = 11ASCII bouncing bar ([== ]). Fixed 6-column width.
Braille = 0Braille rotation (default). Reliably narrow on modern terminals.
BrailleDots = 13Classic braille throbber (⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏). The widely-recognized npm/CLI spinner; distinct from the heavier Braille rotation.
Circle = 1Quarter-circle rotation.
Dots = 2ASCII dots (". " / ".. " / "..."). Fixed 3-column width.
DotsBounce = 14Bouncing ASCII dots (". " → "..." → " .." → " "). Fixed 3-column width.
GrowHorizontal = 8Horizontal growing bar (▏▎▍▌▋▊▉).
GrowVertical = 7Vertical growing bar (▁▃▄▅▆▇).
Line = 3ASCII line spinner (- \ | /).
Star = 6Twinkling star (✶✸✹✺✷). Reserves 2 columns (ambiguous-width glyph).
Toggle = 9Empty/filled square blink (□■). Reserves 2 columns (ambiguous-width glyph).