Search
DecisionLayout.StartNode Property
See Also
 





Gets or sets the initial (top-left) node in the arranged diagram.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNode StartNode { get; set; }

Visual Basic  Copy Code

Public Property StartNode As DiagramNode

 Property Value

A DiagramNode instance specifying the start node.

 Remarks

If this property is null, the layout will pick-up a start node automatically.

 See Also