Click or drag to resize

AnnunciatorBackColor Property

Gets or sets the background color for the control.

Namespace:  ASCOM.Controls
Assembly:  ASCOM.Controls (in ASCOM.Controls.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public override Color BackColor { get; set; }

Property Value

Type: Color

Return Value

Type: Color
A Color that represents the background color of the control. The default is the value of the DefaultBackColor property.
See Also