TestimoX

API Reference

Enum

ProgressLayout (Configuration)

Namespace TestimoX.Configuration
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Preferred progress rendering layout for console/TUI.

Inheritance

  • Enum
  • ProgressLayout

Values

public const ProgressLayout Floating #

Render widgets within available space without taking over the whole screen.

Value: 0
public const ProgressLayout FixedFullscreen #

Use a fixed, full-screen layout (best for interactive terminals).

Value: 1