Barcode Pick View Highlight Style Rectangular

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

BarcodePickViewHighlightStyleRectangular
class BarcodePickViewHighlightStyleRectangular : IBarcodePickViewHighlightStyle

Added in version 6.24.0

A style that will draw rectangles on top of barcodes.

BarcodePickViewHighlightStyleRectangular()
BarcodePickViewHighlightStyleRectangular()

Added in version 6.24.0

Creates a new instance with default values.

GetBrushForState()
Brush GetBrushForState(BarcodePickState state)

Added in version 6.24.0

Gets the brush used for the passed pick state.

SetBrushForState()
void SetBrushForState(Brush brush, BarcodePickState state)

Added in version 6.24.0

Use this method to configure the brush used for the specific pick state.