TextLayoutTextLines Property
Gets the text lines.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<TextLine> TextLines { get; }
Public ReadOnly Property TextLines As IReadOnlyList(Of TextLine)
Get
member TextLines : IReadOnlyList<TextLine> with get
Property Value
IReadOnlyListTextLine
The text lines.