GoDiagram Web Reference
BrushForeColor Property (GoListGroup)

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

Property Value

Setting this value will have no effect for brushes that are not HatchBrush, LinearGradientBrush, or PathGradientBrush.
Remarks
This refers to the foreground color of a HatchBrush, the starting color of a LinearGradientBrush, or the surrounding color of a PathGradientBrush.
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

GoListGroup Class
GoListGroup Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback