The location of a shape library file containing custom shape definitions. It can be set to a full URL of the file, or a relative file path.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public string ShapeLibraryLocation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeLibraryLocation As String |
See Also