conaito Office2Silverlight SDK
Loads appearance theme from XML.

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static Appearance LoadFromXml(
	string themeFilePath
)
Visual Basic
Public Shared Function LoadFromXml ( _
	themeFilePath As String _
) As Appearance
Visual C++
public:
static Appearance^ LoadFromXml(
	String^ themeFilePath
)

Parameters

themeFilePath
Type: System..::..String
The theme file path.

Return Value

See Also