public string ColorReset { get; set; }
Public Property ColorReset As String
Get
Set
Dim instance As UsageWriter
Dim value As String
value = instance.ColorReset
instance.ColorReset = value
public:
property String^ ColorReset {
String^ get ();
void set (String^ value);
}
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 .