AttributedTextExtensions.CreateBlocks(IAttributedText) Method

Definition

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

Parameters

Returns

Applies to