FillForegroundColor Property
Summary
Gets or sets the foreground fill color.
Syntax
public Color FillForegroundColor { get; set; }
Public Property FillForegroundColor As Color
public:
property Color FillForegroundColor {
Color get();
void set ( Color );
}
Property Value
Value indicating the foreground fill color.