FillShapeGradient(Color) Method
In This Topic
Set the
Brush to be a path shaped gradient with the color surrounding a very light version of that color.
Syntax
public void FillShapeGradient(
Color
)
Parameters
- color
- a Color that is the starting color of the gradient; the center color is a very light color of the same hue
See Also