FillMiddleGradient(Color,Color,Int32) Method
In This Topic
Set the
Brush to be a linear gradient starting with a very light version of the color, having the middle be the color color, and ending with the starting color.
Syntax
Parameters
- color
- a Color from which the gradient start and end colors are derived
- mid
- the Color at the middle 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