Loads the contents of the XML diagram document from the specified file into the control.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadFromXml( _ |
The name of the XML file the data should be read from.
RemarksThe method reads a diagram previously saved via the SaveToXml method.
See Also