Search
Theme.LoadFromXml Method (XDocument)
See Also
 






Loads a theme from a XDocument object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public static Theme LoadFromXml (
    XDocument document
)

Visual Basic  Copy Code

Public Shared Function LoadFromXml( _
    document As XDocument _
) As Theme

 Parameters

document

The XDocument to load from.

 Return Value

An instance of the Theme class.

 See Also