DisplaySettingsSetBrightness Method  | 
 
            Sets the brightness of the back-light in the display (if equipped). Valid
            values range from 0 (off) to 100 (full on).
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetBrightness(
	byte brightness
)
Public Sub SetBrightness ( 
	brightness As Byte
)
public:
void SetBrightness(
	unsigned char brightness
)
member SetBrightness : 
        brightness : byte -> unit 
Parameters
- brightness
 - Type: SystemByte
the brightness 
See Also