FillShadedGradient(Color) Method
In This Topic
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 .
Syntax
public void FillShadedGradient(
Color
)
Parameters
- color
- a Color from which the gradient colors are derived, keeping the same hue
See Also