HatchBrush.ForegroundColor Property

Definition

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

public:
 property System::Drawing::Color ForegroundColor { System::Drawing::Color get(); };
public System.Drawing.Color ForegroundColor { get; }
member this.ForegroundColor : System.Drawing.Color
Public ReadOnly Property ForegroundColor As Color

Property Value

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

Applies to