Gets or sets the status of the Brightness property.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public int Brightness { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property Brightness As Integer | 
| Visual C++ | 
|---|
| public: property int Brightness { int get (); void set (int value); } | 
 Remarks
Remarks
            For devices that support a range of backlight brightnesses.
            
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached, or brightness is not supported. | 





