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