Gets or sets the location of a shape library file containing custom shape definitions.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public string ShapeLibraryLocation { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShapeLibraryLocation As String |
A string specifying the path to the shape library file.
In Canvas mode this value should be a URL, while in ImageMap mode - a local file path.
Use the ShapeDesigner tool to create custom shapes interactively.