Class BlockContainerBase
Base class for elements that contain and manage collections of block-level elements like 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 BlockContainerBase : DocumentElementBase, IChildrenList
Properties
Blocks
Gets the collection of block-level elements contained within this container.
Declaration
public BlockCollection Blocks { get; }
Property Value
|
BlockCollection
The blocks. |