AnnunciatorActiveColor Property |
Gets or sets the color of the anunciator text when active.
Namespace:
ASCOM.Controls
Assembly:
ASCOM.Controls (in ASCOM.Controls.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic Color ActiveColor { get; set; }Public Property ActiveColor As Color
Get
Set
public:
property Color ActiveColor {
Color get ();
void set (Color value);
}Property Value
Type:
ColorThe color of the anunciator text when active.
See Also