Barcode Pick View Highlight Style Custom View
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
Defined in namespace Scandit.DataCapture.Barcode.Pick.UI
- BarcodePickViewHighlightStyleCustomView
class BarcodePickViewHighlightStyleCustomView : IBarcodePickViewHighlightStyle
Added in version 7.3.0
A style that will allow the user to provide their own views to be displayed on top of barcodes.
- BarcodePickViewHighlightStyleCustomView()
BarcodePickViewHighlightStyleCustomView()
Added in version 7.3.0
Creates a new instance with default values and no view provider.
- FitViewsToBarcode
bool
FitViewsToBarcode { get;set; }Added in version 7.3.0
If true the view size will be adjusted to cover the barcode. Defaults to false.
- CustomViewProvider
IBarcodePickViewHighlightStyleCustomViewProvider CustomViewProvider { get;set; }
Added in version 7.3.0
Sets a delegate that will provide the views to be displayed.
- StatusIconSettings
BarcodePickStatusIconSettings StatusIconSettings { get;set; }
Added in version 7.3.0
The settings used to customize the status icons.
- MinimumHighlightWidth
int
MinimumHighlightWidth { get;set; }Added in version 7.3.0
Minimum width for the highlights. Default is 40dp.
- MinimumHighlightHeight
int
MinimumHighlightHeight { get;set; }Added in version 7.3.0
Minimum height for the highlights. Default is 40dp.