ASP.NET Pack Programmer's Guide
ShapeLibrary Class
Remarks See Also
 





The ShapeLibrary class represents a collection of shape definitions stored together.

Namespace: MindFusion.Diagramming
Package: ShapeLibrary.js

 Syntax

JavaScript  Copy Code

// class
ShapeLibrary.prototype = {}

 Remarks

Shape 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.

 See Also

ShapeLibrary Members
MindFusion.Diagramming Namespace