Dela via


LoggingConsoleOptions.DimmedBackgroundColor Property

Definition

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

public:
 property Nullable<ConsoleColor> DimmedBackgroundColor { Nullable<ConsoleColor> get(); void set(Nullable<ConsoleColor> value); };
public ConsoleColor? DimmedBackgroundColor { get; set; }
member this.DimmedBackgroundColor : Nullable<ConsoleColor> with get, set
Public Property DimmedBackgroundColor As Nullable(Of ConsoleColor)

Property Value

Applies to