Loads the contents of the XML diagram document represented by the specified XmlDocument into the control.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadFromXml( _ |
A XmlDocument object from which to load the diagram data.
RemarksThe method reads a diagram previously saved via the SaveToXml method.
See Also