Class ConsoleCursor
Console cursor tools
Inheritance
object
ConsoleCursor
Namespace: Terminaux.Base.Extensions
Assembly: Terminaux.dll
Syntax
public static class ConsoleCursor
Properties
| Edit this page View SourceCursorType
Specifies the cursor type
Declaration
public static ConsoleCursorType CursorType { get; set; }
Property Value
Type | Description |
---|---|
ConsoleCursorType |
CursorVisible
Determines whether the cursor is visible or not
Declaration
public static bool CursorVisible { get; set; }
Property Value
Type | Description |
---|---|
bool |