Gets or sets the status of the Brightness property.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
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
For devices that support a range of backlight brightnesses.
Exceptions
| Exception | Condition |
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached, or brightness is not supported. |