Gets or sets the node that should be placed in the first layer of the arranged graph.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Object StartNode { get; set; } |
Visual Basic Copy Code |
---|
Public Property StartNode As Object |
A DiagramNode object representing the start node.
WpfDiagram Programmer's Guide | © 2024 MindFusion |