GoDiagram Web Reference
FillDoubleEdge(Color,Color,Int32) Method

a Color for the edges
a Color for the rest of the area
one of four GoObject spots: GoObject.MiddleTop, GoObject.MiddleLeft, GoObject.TopLeft, GoObject.TopRight, from which to start the gradient, towards the opposite spot
Set the Brush to be a linear gradient starting with the start color, having the center the center color, and ending with the starting color.
Syntax
'Declaration
 
Public Overloads Sub FillDoubleEdge( _
   ByVal start As Color, _
   ByVal center As Color, _
   ByVal spot As Integer _
) 
public void FillDoubleEdge( 
   Color start,
   Color center,
   int spot
)

Parameters

start
a Color for the edges
center
a Color for the rest of the area
spot
one of four GoObject spots: GoObject.MiddleTop, GoObject.MiddleLeft, GoObject.TopLeft, GoObject.TopRight, from which to start the gradient, towards the opposite spot
Remarks
Only filled areas inside the shape near the spot or near the opposite spot will get the starting color. You can change the BrushMidFraction property to adjust the thickness of the start color edging.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoShape Class
GoShape Members
Overload List
Brush Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback