Gets or Sets the brightness of all rows.
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
The Default brightness is 100. The valid range is 0-100.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached, or the brightness value is out of range. |