Barcode Find View Settings
Defined in namespace Scandit.DataCapture.Barcode.Find.UI
- BarcodeFindViewSettings
class BarcodeFindViewSettings
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(UIColor inListItemColor, UIColor notInListItemColor,
bool
soundEnabled,bool
hapticEnabled)Added in version 6.22.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- InListItemColor
UIColor 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
UIColor NotInListItemColor { get; }
Added in version 6.22.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.22.0
Indicates whether audio feedback should be enabled.
Default is true.
- HapticEnabled
bool
HapticEnabled { get; }Added in version 6.22.0
Indicates whether haptic feedback should be enabled.
Default is true.