Class ConsoleCursor
Console cursor tools
Inheritance
object
ConsoleCursor
Namespace
Syntax
public static class ConsoleCursor
Properties
CursorType
Specifies the cursor type
Property Value
Declaration
public static ConsoleCursorType CursorType { get; set; }
CursorVisible
Determines whether the cursor is visible or not
Property Value
bool
Declaration
public static bool CursorVisible { get; set; }