Share via


FormattedString.Spans Property

Definition

Gets the collection of spans.

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::Span ^> ^ Spans { System::Collections::Generic::IList<Microsoft::Maui::Controls::Span ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.Span> Spans { get; }
member this.Spans : System.Collections.Generic.IList<Microsoft.Maui.Controls.Span>
Public ReadOnly Property Spans As IList(Of Span)

Property Value

Applies to