Summary
Gets the text runs.
- Namespace
- Avalonia
.Media .TextFormatting - Containing Type
- TextLine
Syntax
public abstract IReadOnlyList<TextRun> TextRuns { get; }
Value
Type | Description |
---|---|
IReadOnlyList |
The text runs. |
public abstract IReadOnlyList<TextRun> TextRuns { get; }
Type | Description |
---|---|
IReadOnlyList |
The text runs. |