Gets or sets which sub-graph of the diagram should be laid out.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Root() As Object |
C++
Copy Code
|
|---|
public: |
A reference to a node. The default is null (Nothing in Visual Basic).
RemarksIf not set, the layout will try to guess the root node automatically, based on the diagram structure and value of ReversedArrows.
See Also