Skip to content

3d172f1d c8bd 3b78 0a41 552641bc0da5

Axel Kesseler edited this page Mar 1, 2023 · 15 revisions

Coloring.Background Property

Gets the assigned background color.

Namespace: Plexdata.LogWriter.Definitions
Assembly: Plexdata.LogWriter.Console (in Plexdata.LogWriter.Console.dll) Version: 1.0.7.1

Syntax

C#

public ConsoleColor Background { get; private set; }

Property Value

Type: ConsoleColor
The assigned background color.

Remarks

The background color can only be assigned in the class constructor.

See Also

Reference

Coloring Class
Plexdata.LogWriter.Definitions Namespace
Coloring.Coloring(ConsoleColor, ConsoleColor)

Clone this wiki locally