Table of Contents

Property Position

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

Position

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.

public Point Position { get; set; }

Property Value

Point