Limitations
Read only.
Gets the line number of the current text input position. The first line on top of the page is 1.
public int Line { get; }
This example explains an easy use of the 'TXText
int currentLine = textControl1.InputPosition.Line;
Read only.