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