Saves the diagram to the specified file as an XML document.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveToXml( _ |
RemarksDiagram data can be loaded from an XML file or document using the LoadFromXml method.
See Also