CliThemeDefaultBgColor Property

Gets or sets the default background color used by the app.

Default is , which is equivalent to Black on Windows and is equivalent to (ConsoleColor)-1 (unset/unknown) on Unix-like platforms.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.0.0
C#
public ConsoleColor? DefaultBgColor { get; init; }

Property Value

NullableConsoleColor

See Also