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
BackColor | Gets or sets the color of the console background. |
Caption | Gets or sets the caption of the console. |
CursorVisible | Gets or sets whether the cursor is visible or not. |
CursorX | Gets or sets the current cursos position on the x axis in the console. |
CursorY | Gets or sets the current cursos position on the y axis in the console. |
EchoInput | Gets or sets whether the console must echo the input or not. |
ForeColor | Gets or sets the color of the console font. |
OvrMode | Gets or sets whether the cursor is in overwrite-mode or not. |
WindowHeight | Gets the height (in characters) of the console window. |
WindowWidth | Gets the width (in characters) of the console window. |
See Also
ConsoleAttributes Class | Org.Mentalis.Utilities.ConsoleAttributes Namespace