AttributedTextExtensions.CreateParagraphs(IAttributedText) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IReadOnlyList<Microsoft::Maui::Graphics::Text::IAttributedText ^> ^ CreateParagraphs(Microsoft::Maui::Graphics::Text::IAttributedText ^ attributedText);
public static System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Graphics.Text.IAttributedText> CreateParagraphs (this Microsoft.Maui.Graphics.Text.IAttributedText attributedText);
static member CreateParagraphs : Microsoft.Maui.Graphics.Text.IAttributedText -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Graphics.Text.IAttributedText>
<Extension()>
Public Function CreateParagraphs (attributedText As IAttributedText) As IReadOnlyList(Of IAttributedText)

Parameters

attributedText
IAttributedText

Returns

Applies to