FormattedText.

Spans Property

Summary

Gets or sets a collection of spans that describe the formatting of subsections of the text.
Namespace
Avalonia.Media
Containing Type
FormattedText

Syntax

public IReadOnlyList<FormattedTextStyleSpan> Spans { get; set; }

Value

Type Description
IReadOnlyList<FormattedTextStyleSpan>