Barcode Check Rectangle Highlight
Defined in namespace Scandit.DataCapture.Barcode.Check.UI
- BarcodeCheckRectangleHighlight
class BarcodeCheckRectangleHighlight : IBarcodeCheckHighlight
Added in version 7.2.0
A type of highlight that draws rectangles on top of barcodes. Highlight styles are customizable. Here are some examples:
Default style.
Customized brush and icon.
- BarcodeCheckRectangleHighlight()
BarcodeCheckRectangleHighlight(Barcode barcode)
Added in version 7.2.0
Creates a new instance with default values.
- Brush
Brush Brush { get;set; }
Added in version 7.2.0
The brush used for visualizing a recognized barcode in the UI. By default, the brush has a blue fill color with 45% alpha, blue stroke and a stroke width of 2.
- Icon
ScanditIcon Icon { get;set; }
Added in version 7.2.0
The icon used for visualizing a recognized barcode in the UI. Is null by default.