MVCxDiagramCustomShapeCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Creates a new custom shape and adds it to the collection. |
Add(Action<DiagramCustomShape>) | method | Adds a new custom shape to the collection and allows you to customize the shape in a delegate method implementation. |