conaito Office2Silverlight SDK
Gets or sets the background image stretch.

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

Syntax

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

Field Value

The background image stretch.

See Also