Adds a new DiagramNode to the node collection.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public NodeListView AddNode ( |
Visual Basic Copy Code |
---|
Public Function AddNode( _ |
The DiagramNode instance to add.
The caption to display for the node.
The current NodeListView instance, letting you chain AddNode calls.