Show / Hide Table of Contents

Property Split

| Improve this Doc View Source

Split

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest