CliStyle.CliStyle Constructor
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
CliStyle()
Initializes a new instance of the CliStyle class.
public CliStyle()
CliStyle(CliColor?, CliColor?, CliDecoration?)
Initializes a new instance of the CliStyle class.
public CliStyle(CliColor? foreground = null, CliColor? background = null, CliDecoration? decoration = null)
Parameters
foregroundCliColor?The foreground color.
backgroundCliColor?The background color.
decorationCliDecoration?The text decoration.