FillHalfGradient(Color,Color,Int32) Method
In This Topic
Set the
Brush to be a linear gradient starting with the color, and having the last half of the gradient be the solid color .
Syntax
Parameters
- start
- the Color at the starting
- mid
- the Color from the middle to 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