ClassFlowOrderedLayoutBox
Represents a layout box that organizes its child elements in a specific order within a flow layout.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public abstract class FlowOrderedLayoutBox : LayoutBox
Inheritance: objectLayoutElementLayoutBoxFlowOrderedLayoutBox
Derived Classes:
Inherited Members
Constructors
FlowOrderedLayoutBox(DocumentElement)
Declaration
public FlowOrderedLayoutBox(DocumentElement associatedDocumentElement)
Parameters
associatedDocumentElement
FlowOrderedLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public FlowOrderedLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
associatedDocumentElement
collection
FlowOrderedLayoutBox(DocumentElement, DocumentStructureCollection, bool)
Declaration
public FlowOrderedLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
Parameters
associatedDocumentElement
collection
isFragment
Properties
IsLastBox
Gets a value indicating whether the current FlowOrderedLayoutBox is the last box in the layout.
NextAssociatedBox
Gets the next associated layout box in the flow layout.
Declaration
public FlowOrderedLayoutBox NextAssociatedBox { get; }
Property Value
NextBox
Gets the next box in the ordered layout sequence.
Declaration
public FlowOrderedLayoutBox NextBox { get; }
Property Value
PreviousAssociatedBox
Gets the previous associated layout box in the flow order layout.
Declaration
public FlowOrderedLayoutBox PreviousAssociatedBox { get; }
Property Value
The previous layout box associated with the current box, or null if there is no previous associated box.
PreviousBox
Gets the previous layout box in the flow ordered layout sequence.
Declaration
public FlowOrderedLayoutBox PreviousBox { get; }
Property Value
Methods
LinkAfter(FlowOrderedLayoutBox)
Links the current FlowOrderedLayoutBox instance to another FlowOrderedLayoutBox.
Declaration
public void LinkAfter(FlowOrderedLayoutBox existingBox)
Parameters
existingBox
The FlowOrderedLayoutBox to link after the current instance.
Pair(FlowOrderedLayoutBox, FlowOrderedLayoutBox)
Creates a pair of FlowOrderedLayoutBox instances, establishing a relationship between the first and second box provided.
Declaration
public static void Pair(FlowOrderedLayoutBox firstBox, FlowOrderedLayoutBox secondBox)
Parameters
firstBox
The first FlowOrderedLayoutBox in the pair.
secondBox
The second FlowOrderedLayoutBox in the pair.
Unlink()
Removes the association of the current FlowOrderedLayoutBox from its parent layout.
Declaration
public void Unlink()