| Member name |
Description |
| Customize |
Customize the brush |
| Default |
Default brush is System.Drawing.SolidBrush(Colors[0])
|
| LinearGradientDown |
Specifies a brush with gradient color from Colors[0]
to Colors[1] that shift from bottom to top |
| LinearGradientLeft |
Specifies a brush with gradient color from Colors[0]
to Colors[1] that shift from left to right |
| LinearGradientRight |
Specifies a brush with gradient color from Colors[0]
to Colors[1] that shift from right to left |
| LinearGradientUp |
Specifies a brush with gradient color from Colors[0]
to Colors[1] that shift from top to bottom |
| RandomColors |
Specifies a brush with random color. (this style has
been fixed, now only cost little time) |