InfoConnect for Airlines
BackgroundColor Property (IThemeColor)


Gets text screen background color when IsBackgroundSingleColor is true.
Syntax
'Declaration
 
Property BackgroundColor As Color
'Usage
 
Dim instance As IThemeColor
Dim value As Color
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
Color BackgroundColor {get; set;}
Remarks
The get throws an exception when IsBackgroundSingleColor is false.

Setting text screen background color also sets IsBackgroundSingleColor property to true.

See Also