The ShapeLibrary class represents a collection of shape definitions stored together.
Namespace: MindFusion.Diagramming
Assembly: ShapeLibrary.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksShape libraries can be created using the ShapeDesigner tool that comes with MindFusion.Diagramming. Use the loadFromXml method to load a shape library from a file. The loaded shapes can be accessed through the Shapes property.
Inheritance HierarchyMindFusion.Diagramming.ShapeLibrary
See Also