Gets or sets the status of the backlight property.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

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

True indicates that the backlight is on, False indicates that it is off. The default state depends on the board.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also