Saves the diagram document into an XML document.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Task SaveToXmlAsync ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveToXmlAsync( _ |
A System.Xml.XmlDocument object where the document should be saved.
A Task that represents the asynchronous operation.
See Also