TextLayoutTextLines Property

Gets the text lines.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<TextLine> TextLines { get; }

Property Value

IReadOnlyListTextLine
The text lines.

See Also