Search
DiagramView.ShapeLibraryLocation Property
See Also
 





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

 Syntax

C#  Copy Code

public string ShapeLibraryLocation { get; set; }

Visual Basic  Copy Code

Public Property ShapeLibraryLocation As String

 Property Value

 See Also