RichTextKit v0.4

TextBlock.LineIndicies Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: TextBlock

Retrieves a list of the indicies of the first code point in each line

public IReadOnlyList<int> LineIndicies { get; }

Property Type

IReadOnlyList<int>