CursorTop

Property

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


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

Syntax

public int CursorTop { public get; }

See also

  • CursorPosition

  • Back to index