ForeColor Property (FillInfo)
Gets or sets the color of the fore.
public Color ForeColor {get; set;}
'Declaration
Public Property ForeColor As Color
'Usage
Dim instance As FillInfo
Dim value As Color
instance.ForeColor = value
value = instance.ForeColor
Property Value
The color of the fore.