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