Property Split
| Improve this Doc View SourceSplit
Gets the root node of the tree converted from DockTree objects.
Declaration
public DockTreeSplit Split { get; }
Property Value
Type | Description |
---|---|
DockTreeSplit | The root node of the tree converted from DockTree objects. |
Remarks
DockTreeClient converts the left, right, top, bottom and document DockTree objects into a tree of DockTreeSplit (non-leaf node) objects and DockTree (leaf node) objects. The Split property returns the root DockTreeSplit tree node.