Windows.UI.Xaml.Controls.RichTextBlock.Blocks

June 22, 2022 ยท View on GitHub

-description

Gets the contents of the RichTextBlock.

-xaml-syntax

<RichTextBlock ...>
blocksContent
</RichTextBlock>

-xaml-values

blocksContent
blocksContent Zero or more object elements for types that derive from Block. Typically, these are Paragraph elements.
## -property-value A [BlockCollection](../windows.ui.xaml.documents/blockcollection.md) that contains the contents of the [RichTextBlock](richtextblock.md).

-remarks

-examples

-see-also