conaito Office2Silverlight SDK
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)
Gets or sets the viewer background mode.
Namespace: Conaito.Office2SilverlightAssembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public BackgroundMode ViewerBackgroundMode { get; set; } |
Visual Basic |
---|
Public Property ViewerBackgroundMode As BackgroundMode Get Set |
Visual C++ |
---|
public: property BackgroundMode ViewerBackgroundMode { BackgroundMode get (); void set (BackgroundMode value); } |