Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 765 Bytes

richtextblock_blocks.md

File metadata and controls

35 lines (24 loc) · 765 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.RichTextBlock.Blocks
winrt property

Windows.UI.Xaml.Controls.RichTextBlock.Blocks

-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