Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
RichTextBlock.Blocks Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the contents of the RichTextBlock.
public:
property BlockCollection ^ Blocks { BlockCollection ^ get(); };
BlockCollection Blocks();
public BlockCollection Blocks { get; }
var blockCollection = richTextBlock.blocks;
Public ReadOnly Property Blocks As BlockCollection
<RichTextBlock ...>
blocksContent
</RichTextBlock>
Property Value
A BlockCollection that contains the contents of the RichTextBlock.
Applies to
Feedback
Was this page helpful?
