DisplaySettingsSetContrast Method  | 
 
            Sets contrast of the display in the device (if equipped). Value values
            range from 0 (white) to 100 (black).
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetContrast(
	byte contrast
)
Public Sub SetContrast ( 
	contrast As Byte
)
public:
void SetContrast(
	unsigned char contrast
)
member SetContrast : 
        contrast : byte -> unit 
Parameters
- contrast
 - Type: SystemByte
the contrast 
See Also