GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / FillMiddleGradient Method / FillMiddleGradient(Color) Method
a Color from which the gradient colors are derived
In This Topic
    FillMiddleGradient(Color) Method
    In This Topic
    Set the Brush to be a vertical linear gradient starting with a very light version of the color color, having the middle with a color lighter than color, and ending with the starting color.
    Syntax
    public void FillMiddleGradient( 
       Color color
    )

    Parameters

    color
    a Color from which the gradient colors are derived
    See Also