Implemented interface member:
property
Runs
Microsoft.Maui.Graphics.Text.IAttributedText.Runs
2 overrides of Runs
Microsoft.Maui.Graphics (2)
Text\AttributedText.cs (1)
19
public override IReadOnlyList<IAttributedTextRun>
Runs
{ get; }
Text\MutableAttributedText.cs (1)
16
public override IReadOnlyList<IAttributedTextRun>
Runs
=> _runs;