Gets or sets the status of the Brightness property.

Namespace:  Phidgets
Assembly:  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

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached, or brightness is not supported.

See Also