DotMake Command-Line Documentation
C#
Show/Hide TOC
Cli
Theme
Default
Color Property
Gets or sets the default color used by the app.
Default is
which also means
Gray
.
Definition
Namespace:
DotMake.CommandLine
Assembly:
DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
Copy
public
ConsoleColor
?
DefaultColor
{
get
;
init
; }
Property Value
Nullable
ConsoleColor
See Also
Reference
CliTheme Class
DotMake.CommandLine Namespace
In This Article
Definition
See Also