RichTextKit v0.4

Paragraph.LineIndicies Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Editor
Declaring Type: Paragraph

Retrieves a list of code point indicies of the start of each line

public abstract IReadOnlyList<int> LineIndicies { get; }

Property Type

IReadOnlyList<int>