Gets or sets the text color of the cell for the style.
Syntax
'Declaration
Public Overridable Property ForeColor As Color
'Usage
Dim instance As StyleInfo
Dim value As Color
instance.ForeColor = value
value = instance.ForeColor
public virtual Color ForeColor {get; set;}
See Also