Barcode Find View Settings
Defined in namespace Scandit.DataCapture.Barcode.Find.UI
- BarcodeFindViewSettings
class BarcodeFindViewSettings : IDisposable
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, Color progressBarStartColor, Color progressBarFinishColor,
boolsoundEnabled,boolhapticEnabled,boolhardwareTriggerEnabled,inthardwareTriggerKeyCode)Added in version 8.6.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- BarcodeFindViewSettings()
BarcodeFindViewSettings(Color inListItemColor, Color notInListItemColor, Color progressBarStartColor, Color progressBarFinishColor,
boolsoundEnabled,boolhapticEnabled)Added in version 8.6.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,inthardwareTriggerKeyCode)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.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 in the list of items to find.
Default is #FFFFFF.
- ProgressBarStartColor
Color ProgressBarStartColor { get; }
Added in version 8.6.0
The color used at the start of the progress bar. The progress bar will diplay a gradient from ProgressBarStartColor to ProgressBarFinishColor.
Default is #2EC1CE.
- ProgressBarFinishColor
Color ProgressBarFinishColor { get; }
Added in version 8.6.0
The color used at the end of the progress bar. The progress bar will diplay a gradient from ProgressBarStartColor to ProgressBarFinishColor.
Default is #97e0e6.
- SoundEnabled
boolSoundEnabled { get; }Added in version 6.21.0
Indicates whether audio feedback should be enabled.
Default is true.
- HapticEnabled
boolHapticEnabled { get; }Added in version 6.21.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.
- HardwareTriggerKeyCode
intHardwareTriggerKeyCode { get; }Added in version 7.1.0
The button that acts as a scan trigger. Leave null to use the default button (The default button will be the dedicated HW button on XCover devices, and Keycode.VolumeDown for other devices). This is only taken into consideration if HardwareTriggerEnabled is true.