Gets or sets the initial (top-left) node in the arranged diagram.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNode StartNode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StartNode As DiagramNode |
A DiagramNode instance specifying the start node.
RemarksIf this property is null, the layout will pick-up a start node automatically.
See Also