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