MindFusion.Wpf Pack Programmer's Guide
DecisionLayout.StartNode Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 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

DecisionLayout Members
DecisionLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace