ClassBlockBase
Class
Base class for block-level elements that flow vertically in a document, such as paragraphs and tables.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public abstract class BlockBase : DocumentElementBase
Inheritance: objectDocumentElementBaseBlockBase
Derived Classes:
Inherited Members
Properties
BlockContainer
Gets the parent container that holds this block, such as a section or table cell.
Declaration
cs-api-definition
public BlockContainerBase BlockContainer { get; }
Property Value
The block container.