GoodRead.GoodReadOverlayColor Property
Click or drag to resize

GoodReadGoodReadOverlayColor Property

goodReadOverlayColor selects which color to use on the overlay as notification on a successful read.

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public Com.Datalogic.Device.Configuration.NumericProperty GoodReadOverlayColor { get; set; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.NumericProperty
No description available.

Remarks
goodReadOverlayColor selects which color to use on the overlay as notification on a successful read. The color is used when the field goodReadOverlayShapePolicy is set to FULL_SCREEN or, when the field goodReadOverlayPreserveColors is set to false. This property uses an ARGB format (32bit 8bpc), alpha channel is not used, the transparency is set by the goodReadOverlayTransparency field.

[Android Documentation]

See Also