Table of Contents

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

foreground CliColor?

The foreground color.

background CliColor?

The background color.

decoration CliDecoration?

The text decoration.