Class
BoxNode

Definition

Namespace:Telerik.WinForms.Documents.DocumentStructure

Assembly:Telerik.WinControls.RichTextEditor.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

Declaration

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

Property Value

Type