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

BoxNode

Class

Represents a box node in a document structure, which can contain other nodes and defines a specific area for layout and styling purposes.

Definition

Namespace:Telerik.Windows.Documents.DocumentStructure

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class BoxNode : RadLinkedListNode<LayoutBox>

Inheritance: objectRadLinkedListNode<LayoutBox>BoxNode

Derived Classes: BoxEndNodeBoxStartNode

Inherited Members RadLinkedListNode<LayoutBox>.ValueRadLinkedListNode<LayoutBox>.PreviousRadLinkedListNode<LayoutBox>.Next

Constructors

C#
public BoxNode(LayoutBox box)
Parameters:boxLayoutBox

Properties

Represents the type of a box node within the document structure.

C#
public Type BoxType { get; }