Class
BoxNode

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:

cs-api-definition
public class BoxNode : RadLinkedListNode<LayoutBox>

Inheritance: objectRadLinkedListNode<LayoutBox>BoxNode

Derived Classes: BoxEndNodeBoxStartNode

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

Constructors

BoxNode(LayoutBox)

Declaration

cs-api-definition
public BoxNode(LayoutBox box)

Parameters

box

LayoutBox

Properties

BoxType

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

Declaration

cs-api-definition
public Type BoxType { get; }

Property Value

Type