ConsoleLiveDisplayOptions

Class

Provides configuration settings for live display rendering.

Namespace: RazorConsole.Core.Rendering
Assembly: RazorConsole.Core

Definition

public sealed class ConsoleLiveDisplayOptions

Constructors

1
NameTypeDescription
ConsoleLiveDisplayOptions()Constructor

Properties

3
NameTypeDescription
Other
AutoClearBooleanGets or sets a value indicating whether the live display should automatically clear the console when it completes.
DefaultConsoleLiveDisplayOptionsCreates a new instance with default settings.
HideCursorBooleanGets or sets a value indicating whether the live display should automatically hide cursor after render or not.