AnnunciatorBackColor Property |
Gets or sets the background color for the control.
Namespace:
ASCOM.Controls
Assembly:
ASCOM.Controls (in ASCOM.Controls.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic override Color BackColor { get; set; }Public Overrides Property BackColor As Color
Get
Set
public:
virtual property Color BackColor {
Color get () override;
void set (Color value) override;
}Property Value
Type:
ColorReturn Value
Type:
Color
A
Color that represents the background color of the control. The default is the value of the
DefaultBackColor property.
See Also