FillHalfGradient(Color) Method
In This Topic
Set the
Brush to be a vertical linear gradient starting with a very light version of the color, and having the last half of the gradient be the solid color .
Syntax
public void FillHalfGradient(
Color
)
Parameters
- color
- a Color from which the gradient colors are derived, keeping the same hue
See Also