GoDiagram Web Reference
BrushMidColor Property (GoShape)

Gets or sets the middle color of a gradient brush.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The middle color of a linear gradient brush")>
Public Overridable Property BrushMidColor As Color
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The middle color of a linear gradient brush")]
public virtual Color BrushMidColor {get; set;}

Property Value

For a LinearGradientBrush or PathGradientBrush, the value may be Color.Empty if no middle color is needed. This defaults to Color.Empty. Setting this value will have no effect for other kinds of brushes.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback