conaito Office2Silverlight SDK
Gets the output silverlight appearance settings(theme).

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

Syntax

C#
public Appearance Appearance { get; set; }
Visual Basic
Public Property Appearance As Appearance
	Get
	Set
Visual C++
public:
property Appearance^ Appearance {
	Appearance^ get ();
	void set (Appearance^ value);
}

Field Value

The appearance.

See Also