Search
ShapeLibrary.LoadFromXml Method (String)
See Also
 





Loads this library from the specified file.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void LoadFromXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    fileName As String _
)

 Parameters

fileName

The name of the file from which to load the shape library.

 See Also