AutoClear(LiveDisplay, bool) Method
Sets whether or not auto clear is enabled.
If enabled, the live display will be cleared when done.
public static LiveDisplay AutoClear(this LiveDisplay live, bool enabled)
- Namespace
- Spectre
.Console - Containing Type
- Live
Display Extensions
Parameters
- LiveDisplay live
- The
LiveDisplay
instance. - bool enabled
- Whether or not auto clear is enabled.