Compartir a través de


LoggingConsoleOptions.DimensionsColor Property

Definition

Gets or sets a value indicating what color to use for dimension text.

public:
 property ConsoleColor DimensionsColor { ConsoleColor get(); void set(ConsoleColor value); };
public ConsoleColor DimensionsColor { get; set; }
member this.DimensionsColor : ConsoleColor with get, set
Public Property DimensionsColor As ConsoleColor

Property Value

Remarks

Defaults to DarkGreen.

Applies to