Class BoxNode
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.DocumentStructure
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class BoxNode : RadLinkedListNode<LayoutBox>
Constructors
BoxNode(LayoutBox)
Properties
BoxType
Declaration
public Type BoxType { get; }
Property Value
System.Type
|