Adds a DiagramItem to the displayed items collection.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public void AddItem ( |
Visual Basic
Copy Code
|
|---|
Public Sub AddItem( _ |
The DiagramItem instance to add.
The category of the item.
The caption to display for the item.
See Also