Class LayoutElementCollectionBase
Inheritance
System.Object
LayoutElementCollectionBase
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class LayoutElementCollectionBase : Object, ILinkedListCollection<LayoutElement>, ICollection<LayoutElement>, IEnumerable<LayoutElement>, IEnumerable
Constructors
LayoutElementCollectionBase(DocumentStructureCollection, LayoutElement)
Declaration
public LayoutElementCollectionBase(DocumentStructureCollection boxesCollection, LayoutElement parentLayoutBox)
Parameters
DocumentStructureCollection
boxesCollection
|
LayoutElement
parentLayoutBox
|
Fields
boxesCollection
Declaration
protected DocumentStructureCollection boxesCollection
Field Value
DocumentStructureCollection
|
parentLayoutBox
Methods
CheckForLeafLayoutBoxCollection()
Declaration
protected void CheckForLeafLayoutBoxCollection()