BrushSettings.HatchStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.