Adds the specified diagram item to the collection.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void Add ( |
Visual Basic
Copy Code
|
|---|
Public Sub Add( _ |
RemarksYou can add an arbitrary UIElement object to the diagram, In such a case, WpfDiagram automatically creates a DiagramItem wrapper object for the UIElement.
See Also