GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / FillShapeGradient Method / FillShapeGradient(Color) Method
a Color that is the starting color of the gradient; the center color is a very light color of the same hue
In This Topic
    FillShapeGradient(Color) Method
    In This Topic
    Set the Brush to be a path shaped gradient with the color color surrounding a very light version of that color.
    Syntax
    public void FillShapeGradient( 
       Color color
    )

    Parameters

    color
    a Color that is the starting color of the gradient; the center color is a very light color of the same hue
    Remarks
    Path gradients only work well for convex shapes having only a single figure. Only filled areas inside the shape near the edges of the bounding rectangle will get the starting color.
    See Also