DLSecondDisplayManagerIsSecondDisplayEnabled Property |
Returns the enabled/disabled status of the 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 IsSecondDisplayEnabled { get; }
Public ReadOnly Property IsSecondDisplayEnabled As Boolean
Get
Property Value
Type:
Booleanboolean
True if the 2nd Display is enabled, False otherwise.
Exceptions Remarks Returns the enabled/disabled status of the 2nd Display.
This method can be used to know the current enabled/disabled
status of the whole 2nd Display feature. When 2nd Display is enabled,
it works according to its configuration.
[Android Documentation]
See Also