This refers to the kind of brush used.
public enum KindOfBrush
Public Members
| Member | Value | Explanation |
|---|---|---|
| Solid | 0 | A solid brush of type System.Drawing.SolidBrush. |
| HatchBrush | 1 | A hatch pattern brush of type System.Drawing.Drawing2D.HatchStyle |
| LinearGradientBrush | 2 | A gradient brush of type System.Drawing.Drawing2D.LinearGradientBrush |
| TextureBrush | 2 | A textured brush of type System.Drawing.TextureBrush |