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