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

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

Definition

Namespace:Telerik.Windows.Documents.DocumentStructure

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class BoxStartNode : BoxNode

Inheritance: objectRadLinkedListNode<LayoutBox>BoxNodeBoxStartNode

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

Constructors

C#
public BoxStartNode(LayoutBox box)
Parameters:boxLayoutBox

Properties

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

C#
public BoxEndNode End { get; set; }