This property sets the hatch style of the custom brush.
[Visual Basic] Public Property HatchStyle As
System.Drawing.Drawing2D.HatchStyle
[C#] public System.Drawing.Drawing2D.HatchStyle
HatchStyle {get; set;}
Property Value
Value of type System.Drawing.Drawing2D.HatchStyle
Default value is System.Drawing.Drawing2D.HatchStyle.DiagonalCross
Explanation
The HatchStyle property sets the hatch style of the custom brush.
For details about the custom brush, please see the CustomBrushEnabled property.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit