DisplaySettingsGetBrightness Method |
Gets the current brightness setting of the device.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public byte GetBrightness()
Public Function GetBrightness As Byte
public:
unsigned char GetBrightness()
member GetBrightness : unit -> byte
Return Value
Type:
ByteThe current brightness setting of the device.
See Also