LiveDisplay Class
Represents a live display.
public sealed class LiveDisplay
- Namespace
- Spectre
.Console
Constructors
-
LiveDisplay
(IAnsiConsole, IRenderable) -
Initializes a new instance of the
LiveDisplay
class.
Properties
Methods
-
void Start
(Action < Live Display Context> ) - Starts the live display.
-
T Start
<T> (Func < Live Display Context, T> ) - Starts the live display.
-
Task StartAsync
(Func < Live Display Context, Task> ) - Starts the live display.
-
Task<T> StartAsync
<T> (Func < Live Display Context, Task <T> > ) - Starts the live display.
Extension Methods
-
LiveDisplay AutoClear
(bool) - Sets whether or not auto clear is enabled. If enabled, the live display will be cleared when done.
-
LiveDisplay Cropping
( Vertical Overflow Cropping) - Sets the vertical overflow cropping strategy.
-
LiveDisplay Overflow
(VerticalOverflow) - Sets the vertical overflow strategy.