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