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