Gets or sets the status of the backlight property.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public bool Backlight { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property Backlight As Boolean | 
| Visual C++ | 
|---|
| public: property bool Backlight { bool get (); void set (bool value); } | 
 Remarks
Remarks
            True indicates that the backlight is on, False indicates that it is off. The default state depends on the board.
            
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. | 





