DLSecondDisplayManagerSetBrightness Method |
Set brightness level on 2nd display
Namespace:
Com.Datalogic.Device.Display
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SetBrightness(
int brightness
)
Public Function SetBrightness (
brightness As Integer
) As Boolean
Parameters
- brightness
- Type: SystemInt32
- Brightness percentage level for 2nd display: Values lower than 0 or higher than 100 will be cropped respectevely to 0 and 100.
Return Value
Type:
Booleanboolean
True if Apps can show notification, false otherwise.
Exceptions Remarks See Also