GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / FillSimpleGradient Method / FillSimpleGradient(Color) Method
a Color from which the gradient colors are derived, keeping the same hue
In This Topic
    FillSimpleGradient(Color) Method
    In This Topic
    Set the Brush to be a simple vertical linear gradient using the given color.
    Syntax
    public void FillSimpleGradient( 
       Color color
    )

    Parameters

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