Class LayoutElementCollection
Inherited Members
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class LayoutElementCollection : LayoutElementCollectionBase, ILinkedListCollection<LayoutElement>, ICollection<LayoutElement>, IEnumerable<LayoutElement>, ICollection<LayoutBox>, IEnumerable<LayoutBox>, IEnumerable
Constructors
LayoutElementCollection(DocumentStructureCollection, LayoutElement)
Declaration
public LayoutElementCollection(DocumentStructureCollection boxesCollection, LayoutElement parentLayoutBox)
Parameters
Document
|
Layout
|
Properties
Count
Declaration
public int Count { get; }
Property Value
System.
|
First
HasChildren
Declaration
public bool HasChildren { get; }
Property Value
System.
|
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.
|
Last
Methods
Add(LayoutBox)
AddLeafChildBox(LayoutBox, LayoutBox)
Declaration
public void AddLeafChildBox(LayoutBox currentLayoutBox, LayoutBox newLayoutBox)
Parameters
Clear()
Declaration
public void Clear()
Contains(LayoutBox)
CopyTo(LayoutBox[], Int32)
Declaration
public void CopyTo(LayoutBox[] array, int arrayIndex)
Parameters
Layout
|
System.
|
GetEnumerator()
Declaration
public IEnumerator<LayoutBox> GetEnumerator()
Returns
System.
|
Remove(LayoutBox)
RemoveLast()
Declaration
public void RemoveLast()