FillSimpleGradient(Color) Method
In This Topic
Set the
Brush to be a simple vertical linear gradient using the given .
Syntax
public void FillSimpleGradient(
Color
)
Parameters
- color
- a Color from which the gradient colors are derived, keeping the same hue
See Also