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
SyntaxC#
Copy Code
|
|---|
public Object StartNode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StartNode As Object |
A DiagramNode object representing the start node.
See Also