This topic has not yet been rated - Rate this topic

RichTextArea.Blocks Property

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the contents of the RichTextArea.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
public BlockCollection Blocks { get; }

Property Value

Type: System.Windows.Documents.BlockCollection
A BlockCollection that contains the contents of the RichTextArea.

The Blocks property is the content property of RichTextArea. It is a collection of Paragraph elements. Content in each Paragraph element can contain the following elements:

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)