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