Class BlockBase
An abstract class that provides a base for all block-level flow content elements.
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 block container of the inline.
Declaration
public BlockContainerBase BlockContainer { get; }
Property Value
BlockContainerBase
The block container. |