Barcode Find View Settings
Defined in namespace Scandit.DataCapture.Barcode.Find.UI
- BarcodeFindViewSettings
class BarcodeFindViewSettings : IDisposable
Added in version 6.22.0
- BarcodeFindViewSettings()
BarcodeFindViewSettings()Added in version 6.22.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- BarcodeFindViewSettings()
BarcodeFindViewSettings(Color inListItemColor, Color notInListItemColor,
boolsoundEnabled,boolhapticEnabled,boolhardwareTriggerEnabled)Added in version 7.1.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- BarcodeFindViewSettings()
BarcodeFindViewSettings(Color inListItemColor, Color notInListItemColor,
boolsoundEnabled,boolhapticEnabled)Added in version 6.22.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- InListItemColor
Color InListItemColor { get; }
Added in version 6.22.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.22.0
The color for the overlay of an item that is not in the list of items to find.
Default is #FFFFFF.
- SoundEnabled
boolSoundEnabled { get; }Added in version 6.22.0
Indicates whether audio feedback should be enabled.
Default is true.
- HapticEnabled
boolHapticEnabled { get; }Added in version 6.22.0
Indicates whether haptic feedback should be enabled.
Default is true.
- HardwareTriggerEnabled
boolHardwareTriggerEnabled { get; }Added in version 7.1.0
Gets a value determining whether the BarcodeFindView should react to clicks of the volume button. Disabled by default.