CliThemeDefaultBgColor Property

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

Default is which also means Black.

Definition

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

Property Value

NullableConsoleColor

See Also