GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / FillHalfGradient Method / FillHalfGradient(Color) Method
a Color from which the gradient colors are derived, keeping the same hue
In This Topic
    FillHalfGradient(Color) Method
    In This Topic
    Set the Brush to be a vertical linear gradient starting with a very light version of the color color, and having the last half of the gradient be the solid color color.
    Syntax
    public void FillHalfGradient( 
       Color color
    )

    Parameters

    color
    a Color from which the gradient colors are derived, keeping the same hue
    See Also