public TextFormat CommandDescriptionColor { get; set; }
Public Property CommandDescriptionColor As TextFormat
Get
Set
Dim instance As UsageWriter
Dim value As TextFormat
value = instance.CommandDescriptionColor
instance.CommandDescriptionColor = value
public:
property TextFormat CommandDescriptionColor {
TextFormat get ();
void set (TextFormat value);
}
The color will only be used if the UseColor property is .
The portion of the string that has color will end with the ColorReset.
With the default implementation, only the command name portion of the string has color; the application name does not.