Class
BoxStartNode

Represents the starting node of a box in the document structure.

Definition

Namespace:Telerik.Windows.Documents.DocumentStructure

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class BoxStartNode : BoxNode

Inheritance: objectRadLinkedListNode<LayoutBox>BoxNodeBoxStartNode

Inherited Members BoxNode.BoxTypeRadLinkedListNode<LayoutBox>.ValueRadLinkedListNode<LayoutBox>.PreviousRadLinkedListNode<LayoutBox>.Next

Constructors

BoxStartNode(LayoutBox)

Declaration

cs-api-definition
public BoxStartNode(LayoutBox box)

Parameters

box

LayoutBox

Properties

End

Represents the end of a box start node in the document structure.

Declaration

cs-api-definition
public BoxEndNode End { get; set; }

Property Value

BoxEndNode