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