Class
BoxEndNode

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

Definition

Namespace:Telerik.Windows.Documents.DocumentStructure

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class BoxEndNode : BoxNode

Inheritance: objectRadLinkedListNode<LayoutBox>BoxNodeBoxEndNode

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

Constructors

BoxEndNode(LayoutBox)

Declaration

cs-api-definition
public BoxEndNode(LayoutBox box)

Parameters

box

LayoutBox

Properties

Start

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

Declaration

cs-api-definition
public BoxStartNode Start { get; set; }

Property Value

BoxStartNode