Enum ConsoleCursorType
Console cursor type
Namespace: Terminaux.Base.Extensions
Assembly: Terminaux.dll
Syntax
public enum ConsoleCursorType
Fields
Name | Description |
---|---|
BarBlinking | Blinking bar |
BarSteady | Blinking steady |
BlockBlinking | Blinking block |
BlockSteady | Steady block |
UnderlineBlinking | Blinking underline |
UnderlineSteady | Steady underline |
User | Determined by the terminal emulator |