Gets or sets the node that should be placed in the first layer of the arranged graph.
SyntaxVB6
Copy Code
|
|---|
Public Property Get StartNode() As Object |
C++
Copy Code
|
|---|
public: |
A box or table object representing the start node.
RemarksIf there is no start node specified, the algorithm automatically selects one based on other LayeredLayout properties, such as EnforceLinkFlow.
See Also