Loads the contents of the XML diagram document represented by the specified XmlDocument into the control.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual void LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub LoadFromXml( _ |
RemarksThe method reads a diagram previously saved by the SaveToXml method.
See Also