CursorLeft

Property

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Returns the current column number the cursor is located in. The first column number is 0.

Syntax

public int CursorLeft { public get; }

See also

  • CursorPosition

  • Back to index