Class BoxNode
Inherited Members
Namespace: Telerik.Windows.Documents.DocumentStructure
Assembly: Telerik.Windows.Documents.dll
Syntax
public class BoxNode : RadLinkedListNode<LayoutBox>
Constructors
BoxNode(LayoutBox)
Properties
BoxType
Declaration
public Type BoxType { get; }
Property Value
System.Type
|