Property UnwrappedPosition | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

UnwrappedPosition

The unwrapped row and column index into the text containing the Cell. Unwrapped means the text without word wrapping or other visual formatting having been applied.

public readonly (int Row, int Col) UnwrappedPosition { get; }

Property Value

(int Row, int Col)

Edit this page