Sets the initial (top-left) node in the arranged diagram.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setStartNode ( |
A DiagramNode object that specifies the initial node.
RemarksIf this property is null, the layout will pick-up the start node automatically.
See Also