Class BoxEndNode
Represents the end node of a box element in the document structure.
Inherited Members
Namespace: Telerik.Windows.Documents.DocumentStructure
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BoxEndNode : BoxNode
Constructors
BoxEndNode(LayoutBox)
Properties
Start
Represents the start of a box end node in the document structure.
Declaration
public BoxStartNode Start { get; set; }
Property Value
BoxStartNode
|