GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / FillShadedGradient Method / FillShadedGradient(Color) Method
a Color from which the gradient colors are derived, keeping the same hue
In This Topic
    FillShadedGradient(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 a darker color than the color.
    Syntax
    public void FillShadedGradient( 
       Color color
    )

    Parameters

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