FillMiddleGradient Method
In This Topic
Overload List
Overload | Description |
FillMiddleGradient(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 the starting color. |
FillMiddleGradient(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 the starting color. |
FillMiddleGradient(Color,Color,Int32) | Set the Brush to be a linear gradient starting with a very light version of the color, having the middle be the color color, and ending with the starting color. |
FillMiddleGradient(Color,Color,Color,Int32) | Set the Brush to be a linear gradient starting with the color, having the middle be the color, and ending with the color. |
See Also