TextRuns Property
Gets the text runs that are contained within a line.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract IReadOnlyList<TextRun> TextRuns { get; }
Public MustOverride ReadOnly Property TextRuns As IReadOnlyList(Of TextRun)
Get
abstract TextRuns : IReadOnlyList<TextRun> with get
Property Value
IReadOnlyList(TextRun)
The contained text runs.