UsageWriterColorReset Property

Gets or sets the sequence used to reset color applied a usage help element.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public string ColorReset { get; set; }

Property Value

String
The virtual terminal sequence used to reset color. The default value is Default.

Remarks

This property will only be used if the UseColor property is ; otherwise, it will be replaced with an empty string.

If the string contains anything other than virtual terminal sequences, those parts will be included in the output, but only when the UseColor property is .

See Also