conaito Office2Silverlight SDK
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)
Gets the output silverlight appearance settings(theme).
Namespace: Conaito.Office2SilverlightAssembly: 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); } |