Search
ShapeListBox.ShapeLibraryLocation Property
See Also
 





Gets or sets the location of a shape library file containing custom shape definitions.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public string ShapeLibraryLocation { get; set; }

Visual Basic  Copy Code

Public Property ShapeLibraryLocation As String

 Property Value

A string specifying the path to the shape library file.

 Remarks

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.

 See Also