
- 175 -
Brightness
Sets or acquires the backlight brightness level.
■ Syntax
[VB]
Public Shared Property Brightness As Integer
[C#]
public static int Brightness {get; set;}
■ Property
Brightness level
Parameter values
: 0 (OFF), 1 (dark) to 3 (bright)
Default value
: 3
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Set the brightness to maximum when turning ON the backlight.
[VB] Backlight.Settings.Brightness = 3
[C#] Backlight.Settings.Brightness = 3;
Comentarios a estos manuales