Adds a diagram item to the category with the specified title. If the category does not exist, it will be created.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void AddItem ( |
Visual Basic
Copy Code
|
|---|
Public Sub AddItem( _ |
The DiagramItem to add.
The title of the target category.
An optional caption to display for the item in the palette.
See Also