The XConsoleUtility type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BackColor |
Gets or sets the background color.
| |
| ConsoleBufferHeight |
Gets the height of the console buffer in characters.
| |
| ConsoleBufferSize |
Gets the size of the console buffer in characters.
| |
| ConsoleBufferWidth |
Gets the width of the console buffer in characters.
| |
| ConsoleHeight |
Gets the height of the console window in characters.
| |
| ConsoleCharacterCount |
Gets the count of characters in the console.
| |
| ConsoleLargestHeight |
Gets the maximum height of the console window in characters.
| |
| ConsoleLargestSize |
Gets the maximum size of the console window in characters.
| |
| ConsoleLargestWidth |
Gets the maximum width of the console window in characters.
| |
| ConsoleSize |
Gets the size of the console window in characters.
| |
| ConsoleTitle |
Gets or sets the console title.
| |
| ConsoleWidth |
Gets the width of the console window in characters.
| |
| ConsoleWindowHeight |
Gets the height of the console window in pixels.
| |
| ConsoleWindowSize |
Gets the size of the console window in pixels.
| |
| ConsoleWindowWidth |
Gets the width of the console window in pixels.
| |
| CursorPosition |
Gets or sets the cursor position.
| |
| CursorVisible |
Gets or sets visibility of the cursor.
| |
| EchoInput |
Enables or disables the echo input.
| |
| FontHeight |
Gets the font height in the console in pixels.
| |
| FontSize |
Gets the font size in the console in pixels.
| |
| FontWidth |
Gets the font width in the console in pixels.
| |
| ForeColor |
Gets or sets the foreground color.
| |
| FullScreen |
Gets or sets whether the console is in the full-screen mode.
| |
| LastKey |
The last processed keÿ Keys while reading keys.
| |
| LastKeyChar |
The last processed character Char while reading keys.
| |
| MouseInput |
Enables or disables the mouse input.
|