MindFusion.Wpf Pack Programmer's Guide
Theme.LoadFromXml Method
See Also
 





Loads the theme from an XML file.

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

 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 file to load from.

 See Also

Theme Members
Theme Class
MindFusion.Diagramming.Wpf Namespace