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.
Inherited Members
Namespace: Telerik.Windows.Documents.DocumentStructure
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BoxNode : RadLinkedListNode<LayoutBox>
Constructors
BoxNode(LayoutBox)
Properties
BoxType
Represents the type of a box node within the document structure.
Declaration
public Type BoxType { get; }
Property Value
System.Type
|