CliThemeHeadingColor Property

Gets or sets the color used for a heading in help output.

Default is which also means DefaultColor.

Heading is similar to:

console
Usage:
Arguments:
Options:
Commands:

Definition

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

Property Value

NullableConsoleColor

See Also