TextRuns Property
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IReadOnlyList<TextRun> TextRuns { get; }
Public ReadOnly Property TextRuns As IReadOnlyList(Of TextRun)
Get
member TextRuns : IReadOnlyList<TextRun> with get
Property Value
See Also
Reference
TextBlock.InlinesTextSource Structure
Avalonia.Controls Namespace