Adds the specified node to the collection.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void Add ( |
Visual Basic
Copy Code
|
|---|
Public Sub Add( _ |
RemarksIf you add an arbitrary UIElement to the collection, the control automatically creates a ControlNode object for it.
See Also