CursorShapeOption Enumeration
In This Topic
Defines valid values that determine the cursor appearance in the terminal window.
Members
| Member | Description |
| FullBlock | The cursor appears as a rectangle that covers the entire character space. |
| HighHalfBlock | The cursor appears as a rectangle that covers the top half of the character space. |
| LowHalfBlock | The cursor appears as a rectangle that covers the bottom half of the character space. |
| NoCursor | The cursor is invisible. |
| Underline | The cursor appears as an underscore. |
See Also