Loads the contents of the XML diagram document from the specified file into the control.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public void LoadFromXml ( |
Visual Basic Copy Code |
---|
Public Sub LoadFromXml( _ |
The name of the XML file the data should be read from.
The method reads a diagram previously saved by the SaveToXml method. This method is implemented by loading an XmlDocument from the specified file and calling the LoadFromXml overload.
WpfDiagram Programmer's Guide | © 2024 MindFusion |