Search
Diagram.LoadFromXml Method (XDocument, Boolean)
See Also
 






Loads the diagram from an XML document.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void LoadFromXml (
    XDocument document,
    bool loadDiagramProperties
)

Visual Basic  Copy Code

Public Overridable Sub LoadFromXml( _
    document As XDocument, _
    loadDiagramProperties As Boolean _
)

 Parameters

document

The XDocument to load from.

loadDiagramProperties

true to load values of the diagram properties; false to load only the diagram items.

 See Also