FillShadedGradient Method
In This Topic
Overload List
Overload | Description |
FillShadedGradient(Color) | Set the Brush to be a vertical linear gradient starting with a very light version of the color, having the middle with a color lighter than , and ending with a darker color than the . |
FillShadedGradient(Color,Int32) | Set the Brush to be a linear gradient starting with a very light version of the color, having the middle with a color lighter than , and ending with a darker color than the . |
FillShadedGradient(Color,Color,Int32) | Set the Brush to be a linear gradient starting with the color, having the middle with a color lighter than , and ending with a darker color than the . |
See Also