FillShadedGradient(Color,Color,Int32) Method
In This Topic
Set the
Brush to be a linear gradient starting with the color, having the middle with a color lighter than , and ending with a darker color than the .
Syntax
Parameters
- start
- the Color at the starting
- color
- a Color used to generate the colors in the middle and at the end of the gradient
- spot
- one of four GoObject spots: GoObject.MiddleTop, GoObject.MiddleLeft, GoObject.TopLeft, GoObject.TopRight, from which to start the gradient, towards the opposite spot
See Also