IBlockContainer
Interface
Represents a block container in the Telerik Windows Document Model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IBlockContainer
Derived Classes:
Properties
Gets the collection of blocks contained within the block container.
C#
BlockCollection Blocks { get; }
A collection of blocks that represent the content within the block container.