MindFusion.Scheduling for Xamarin Programmer's Guide
Theme.LoadFromXml Method (Stream)
See Also
 






Loads a theme from a XML file.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public static Theme LoadFromXml (
    Stream stream
)

Visual Basic  Copy Code

Public Shared Function LoadFromXml( _
    stream As Stream _
) As Theme

 Parameters

stream

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 Namespace