Search
LayeredLayout.StartNode Property
See Also
 






Gets or sets the node that should be placed in the first layer of the arranged graph.

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 object representing the start node.

 Remarks

If there is no start node specified, the algorithm automatically selects one based on other LayeredLayout properties, such as EnforceLinkFlow.

 See Also