Gets or sets the node that should be placed in the last layer of the arranged graph.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public DiagramNode EndNode { get; set; } |
Visual Basic Copy Code |
---|
Public Property EndNode As DiagramNode |
A DiagramNode object representing the end node.
This value is honored only if StartNode is specified too.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |