MindFusion WinForms Programmer's Guide
Theme.LoadFromXml Method (String)
See Also
 





Loads a theme from a XML file.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public static Theme LoadFromXml (
    string fileName
)

Visual Basic  Copy Code

Public Shared Function LoadFromXml( _
    fileName As String _
) As Theme

 Parameters

fileName

The name of the file to load from.

 Return Value

An instance of the Theme class.

 See Also

LoadFromXml Method Overload List
Theme Members
Theme Class
MindFusion.Scheduling.WinForms Namespace