Gets or sets the node that should be placed in the first layer of the arranged graph.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public DiagramNode StartNode { get; set; } |
Visual Basic Copy Code |
---|
Public Property StartNode As DiagramNode |
A DiagramNode object representing the start node.
If there is no start node specified, the algorithm automatically selects one based on other LayeredLayout properties, such as EnforceLinkFlow.