This property sets the type of brush used for the custom brush.
[Visual Basic] Public Property BrushKind As
KindOfBrush
[C#] public BrushOfKind BrushKind {get;
set;}
Property Value
A value of type KindOfBrush
Default value is KindOfBrush.Solid
Explanation
The BrushKind property sets the type of brush used for the custom brush.
When this property is KindOfBrush.Solid, the solid color used is the color set in the BackColor property.
For details on the custom brush, refer to the CustomBrushEnabled property.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit