Property Position
Position
When implemented by a class, gets or sets position of the bookmark within the control's text. Y-Coordinate represents index of line and X-Coordinate - index of character in this line.
Point Position { get; set; }
When implemented by a class, gets or sets position of the bookmark within the control's text. Y-Coordinate represents index of line and X-Coordinate - index of character in this line.
Point Position { get; set; }