Summary
Gets the text lines.
- Namespace
- Avalonia
.Media .TextFormatting - Containing Type
- TextLayout
Syntax
public IReadOnlyList<TextLine> TextLines { get; private set; }
Value
Type | Description |
---|---|
IReadOnlyList |
The text lines. |