MindFusion.Wpf Pack Programmer's Guide
Diagram.LoadFromXml Method (XmlDocument)
See Also
 





Loads the contents of the XML diagram document represented by the specified XmlDocument into the control.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public virtual void LoadFromXml (
    XmlDocument document
)

Visual Basic  Copy Code

Public Overridable Sub LoadFromXml( _
    document As XmlDocument _
)

 Parameters

document
A .NET XmlDocument object from which to load the diagram data.

 Remarks

The method reads a diagram previously saved by the SaveToXml method.

 See Also

LoadFromXml Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
SaveToXml Method