Gets or sets the initial (top-left) node in the arranged diagram.
SyntaxVB6
Copy Code
|
|---|
Public Property Get StartNode() As Object |
C++
Copy Code
|
|---|
public: |
Reference to a node specifying the start node. The default is null (Nothing in Visual Basic).
RemarksIf this property is null, the layout will select a start node automatically.
See Also