Freigeben über


BrushSettings.HatchStyle Property

Definition

Gets or sets the hatch style of this HatchBrush object. Only allows the change if the property is not immutable and sets the override flags appropriately.

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