Search
ShapeLibrary.SaveToXml Method (XmlDocument)
See Also
 





Saves the shape libaray into the specified XML document.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void SaveToXml (
    XmlDocument document
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    document As XmlDocument _
)

 Parameters

document

 See Also