Search
DiagramView.LoadFromXml Method (String)
See Also
 





Loads the diagram from an XML file.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public void LoadFromXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    fileName As String _
)

 Parameters

fileName

The name of the XML file from which to load the diagram.

 See Also