Loads a theme from a XML file.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public static Theme LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function LoadFromXml( _ |
The name of the file to load from.
An instance of the Theme class.
See Also