Search
ShapeLibrary.LoadFromXml Method (XDocument)
See Also
 






Loads the shape library from the specified XML document.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void LoadFromXml (
    XDocument document
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    document As XDocument _
)

 Parameters

document

The document to load the library from.

 See Also