Skip to main content

TextRuns Property

Gets the text runs that are contained within a line.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public abstract IReadOnlyList<TextRun> TextRuns { get; }
View Source

Property Value

IReadOnlyList(TextRun)
The contained text runs.

See Also

Reference

TextLine Class
Avalonia.Media.TextFormatting Namespace