HatchBrush::BackgroundColor Property

 

Gets the color of spaces between the hatch lines drawn by this HatchBrush object.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Color BackgroundColor {
	Color get();
}

Property Value

Type: System.Drawing::Color

A Color structure that represents the background color for this HatchBrush.

.NET Framework
Available since 1.1
Return to top
Show: