Class BlockBase
Base class for block-level elements that flow vertically in a document, such as paragraphs and tables.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public abstract class BlockBase : DocumentElementBase
Properties
BlockContainer
Gets the parent container that holds this block, such as a section or table cell.
Declaration
public BlockContainerBase BlockContainer { get; }
Property Value
|
BlockContainerBase
The block container. |