BrushStyleSetInfo.HatchStyle Property

Definition

Gets or sets the hatch style of this HatchBrush object.

public:
 property System::Drawing::Drawing2D::HatchStyle HatchStyle { System::Drawing::Drawing2D::HatchStyle get(); void set(System::Drawing::Drawing2D::HatchStyle value); };
public System.Drawing.Drawing2D.HatchStyle HatchStyle { get; set; }
member this.HatchStyle : System.Drawing.Drawing2D.HatchStyle with get, set
Public Property HatchStyle As HatchStyle

Property Value

A HatchStyle enumeration that represents the pattern of this HatchBrush.

Applies to