Saves the diagram into an XML file.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public void SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveToXml( _ |
RemarksThis method adds view state information (scroll position, zoom level, Behavior property value) to the XML document created by the Diagram object's SaveToXml method.
See Also