ClassLayoutElementCollectionBase
Class
Represents a base class for collections of layout elements in the Telerik document layout system.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public abstract class LayoutElementCollectionBase : ILinkedListCollection<LayoutElement>, ICollection<LayoutElement>, IEnumerable<LayoutElement>, IEnumerable
Inheritance: objectLayoutElementCollectionBase
Derived Classes:
Implements:
Constructors
LayoutElementCollectionBase(DocumentStructureCollection, LayoutElement)
Declaration
cs-api-definition
public LayoutElementCollectionBase(DocumentStructureCollection boxesCollection, LayoutElement parentLayoutBox)
Parameters
boxesCollection
parentLayoutBox
Fields
boxesCollection
Declaration
cs-api-definition
protected DocumentStructureCollection boxesCollection
Field Value
Methods
CheckForLeafLayoutBoxCollection()
Declaration
cs-api-definition
protected void CheckForLeafLayoutBoxCollection()