Search
Diagram.LoadFromXml Method (XDocument)
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void LoadFromXml (
    XDocument document
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    document As XDocument _
)

 Parameters

document

A XmlDocument object from which to load the diagram data.

 Remarks

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

 See Also