CursorPosition

Property

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Gets the current row and column numbers indicating current cursor position.

Syntax

public Point CursorPosition { public get; }

See also

  • CursorLeft
  • CursorTop

  • Back to index