FillRectangleGradient(Color) Method
In This Topic
Set the
Brush to be a gradient occupying this shape's
Bounds, with the color along the four edges of the rectangle, surrounding a very light version of that color.
Syntax
public void FillRectangleGradient(
Color
)
Parameters
- color
- the Color drawn inside the edges of the rectangular bounds
See Also