GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoShape Class
/
FillSingleEdge Method
/ FillSingleEdge(Color) Method
a
Color
for the edge
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoShape Class
GoShape Members
Overload List
Brush Property