TextLineTextRuns Property
Gets the text runs that are contained within a line.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract IReadOnlyList<TextRun> TextRuns { get; }
Public MustOverride ReadOnly Property TextRuns As IReadOnlyList(Of TextRun)
Get
abstract TextRuns : IReadOnlyList<TextRun> with get
Property Value
IReadOnlyListTextRun
The contained text runs.