ConsoleAttributes.BackColor Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ConsoleAttributes.BackColor Property

Gets or sets the color of the console background.

[Visual Basic]Public Shared Property BackColor As Org.Mentalis.Utilities.ConsoleAttributes.ConsoleColor
[C#]
public static ConsoleColor BackColor {get; set;}

Property Value

A value of the ConsoleColor enum that specifies the color of the console background.

See Also

ConsoleAttributes Class | ConsoleAttributes Members | Org.Mentalis.Utilities.ConsoleAttributes Namespace