Console: ForegroundColor (get)

ForegroundColor

Returns the current foreground color.



 Public Property Get ForegroundColor ( ) As ConsoleColor

Return Values

ConsoleColor -  The current foreground color for text.

Remarks

The foreground color is painted individually for each text characters displayed.

Read/Write.

See Also

Project CorLib Overview

Class Console Overview