Search
DecisionLayout.StartNode Property
See Also
 






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

Namespace: MindFusion.Diagramming.Layout
Assembly: 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 the start node automatically.

 See Also