MindFusion.Wpf Pack Programmer's Guide
DiagramNodeCollection.Add Method
See Also
 





Adds the specified node to the collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void Add (
    UIElement node
)

Visual Basic  Copy Code

Public Sub Add( _
    node As UIElement _
)

 Parameters

node
A DiagramNode or an UIElement instance to add to the collection.

 Remarks

If you add an arbitrary UIElement to the collection, the control automatically creates a ControlNode object for it.

 See Also

DiagramNodeCollection Members
DiagramNodeCollection Class
MindFusion.Diagramming.Wpf Namespace