Class
BoxStartNode

Definition

Namespace:Telerik.WinForms.Documents.DocumentStructure

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class BoxStartNode : BoxNode

Inheritance: objectRadLinkedListNode<LayoutBox>BoxNodeBoxStartNode

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

Constructors

BoxStartNode(LayoutBox)

Declaration

cs-api-definition
public BoxStartNode(LayoutBox box)

Parameters

box

LayoutBox

Properties

End

Declaration

cs-api-definition
public BoxEndNode End { get; set; }

Property Value

BoxEndNode