Spread Windows Forms 12.0 Product Documentation
ForeColor Property (Style)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Style Class : ForeColor Property
Gets or sets the color of the foreground.
Syntax
'Declaration
 
Public Property ForeColor As Color
'Usage
 
Dim instance As Style
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
public Color ForeColor {get; set;}

Property Value

The System.Drawing.Color value of the foreground.
See Also

Reference

Style Class
Style Members