AnsiConsoleSettings Class

Settings used when building a IAnsiConsole.
public sealed class AnsiConsoleSettings
Namespace
Spectre.Console

Constructors

AnsiConsoleSettings()
Initializes a new instance of the AnsiConsoleSettings class.

Properties

AnsiSupport Ansi
Gets or sets a value indicating whether or not ANSI escape sequences are supported.
ColorSystemSupport ColorSystem
Gets or sets the color system to use.
ProfileEnrichment Enrichment
Gets or sets the profile enrichments settings.
Dictionary<string, string> EnvironmentVariables
Gets or sets the environment variables. If not value is provided the default environment variables will be used.
IExclusivityMode ExclusivityMode
Gets or sets the exclusivity mode.
InteractionSupport Interactive
Gets or sets a value indicating whether or not the terminal is interactive or not.
IAnsiConsoleOutput Out
Gets or sets the out buffer.