GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / FillSingleEdge Method / FillSingleEdge(Color) Method
a Color for the edge
In This Topic
    FillSingleEdge(Color) Method
    In This Topic
    Set the Brush to be a vertical linear gradient starting with the start color, with most of the center being Color.White.
    Syntax
    public void FillSingleEdge( 
       Color start
    )

    Parameters

    start
    a Color for the edge
    Remarks
    Only filled areas inside the shape near the MiddleTop will get the starting color. You can change the BrushMidFraction property to adjust the thickness of the start color edging.
    See Also