ConsoleAttributes Properties

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ConsoleAttributes Properties

The properties of the ConsoleAttributes class are listed below. For a complete list of ConsoleAttributes class members, see the ConsoleAttributes Members topic.

Public Static (Shared) Properties

BackColorGets or sets the color of the console background.
CaptionGets or sets the caption of the console.
CursorVisibleGets or sets whether the cursor is visible or not.
CursorXGets or sets the current cursos position on the x axis in the console.
CursorYGets or sets the current cursos position on the y axis in the console.
EchoInputGets or sets whether the console must echo the input or not.
ForeColorGets or sets the color of the console font.
OvrModeGets or sets whether the cursor is in overwrite-mode or not.
WindowHeightGets the height (in characters) of the console window.
WindowWidthGets the width (in characters) of the console window.

See Also

ConsoleAttributes Class | Org.Mentalis.Utilities.ConsoleAttributes Namespace