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