AdvancedKeyboardOverlays Property |
Gets the currently available keyboard overlays.
Namespace:
Com.Datalogic.Device.Input
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual IList<AdvancedKeyboardOverlay> Overlays { get; }
Public Overridable ReadOnly Property Overlays As IList(Of AdvancedKeyboardOverlay)
Get
Property Value
Type:
IListAdvancedKeyboardOverlayA list of available overlays that can be empty if there are no
overlays available.
Remarks See Also