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