Barcode Find View Settings

Defined in namespace Scandit.DataCapture.Barcode.Find.UI

BarcodeFindViewSettings
class BarcodeFindViewSettings

Added in version 6.21.0

BarcodeFindViewSettings()
BarcodeFindViewSettings()

Added in version 6.21.0

Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.

BarcodeFindViewSettings()
BarcodeFindViewSettings(Color inListItemColor, Color notInListItemColor, bool soundEnabled, bool hapticEnabled)

Added in version 6.21.0

Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.

InListItemColor
Color InListItemColor { get; }

Added in version 6.21.0

The color for the overlay of an item that is in the list of items to find.

Default is #2EC1CE.

NotInListItemColor
Color NotInListItemColor { get; }

Added in version 6.21.0

The color for the overlay of an item that is not n the list of items to find.

Default is #FFFFFF.

SoundEnabled
bool SoundEnabled { get; }

Added in version 6.21.0

Indicates whether audio feedback should be enabled.

Default is true.

HapticEnabled
bool HapticEnabled { get; }

Added in version 6.21.0

Indicates whether haptic feedback should be enabled.

Default is true.