New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class BoxEndNode : BoxNode

Inheritance: objectRadLinkedListNode<LayoutBox>BoxNodeBoxEndNode

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

Constructors

C#
public BoxEndNode(LayoutBox box)
Parameters:boxLayoutBox

Properties

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

C#
public BoxStartNode Start { get; set; }