TreeDrawingChildrenWidth Property |
Gets the total width of the children in characters.
Namespace:
KansasStateUniversity.TreeViewer2
Assembly:
KansasStateUniversity.TreeViewer2 (in KansasStateUniversity.TreeViewer2.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int ChildrenWidth { get; }
Public ReadOnly Property ChildrenWidth As Integer
Get
public:
property int ChildrenWidth {
int get ();
}
member ChildrenWidth : int with get
Property Value
Type:
Int32
See Also