HtmlDocument::BackColor Property

 

Gets or sets the background color of the HTML document.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Color BackColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

The Color of the document's background.

BackColor will display when no other element occupies that area of the screen.

The Color type in the .NET Framework supports an Alpha value, but the HTML DOM does not. Therefore, Alpha will have no effect when assigned to this property.

.NET Framework
Available since 2.0
Return to top
Show: