ConsoleAttributes.ForeColor Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ConsoleAttributes.ForeColor Property

Gets or sets the color of the console font.

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

Property Value

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

See Also

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