FixedPage::Background Property

 

Gets or sets the Brush used for rendering the page background.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property Brush^ Background {
	Brush^ get();
	void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

The brush for rendering the page background.

The following example shows use of the Background property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: