Barcode Pick View Highlight Style Response

Defined in namespace Scandit.DataCapture.Barcode.Pick.UI

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

BarcodePickViewHighlightStyleResponse
class BarcodePickViewHighlightStyleResponse

Added in version 6.24.0

Create this object to respond to highlight style queries.

BarcodePickViewHighlightStyleResponse()
BarcodePickViewHighlightStyleResponse(Brush brush, Bitmap icon, BarcodePickStatusIconStyle statusIconStyle)

Added in version 6.24.0

Constructs a new instance with the passed brush and icon.

BarcodePickViewHighlightStyleResponse()
BarcodePickViewHighlightStyleResponse(Brush brush, int iconResource, BarcodePickStatusIconStyle statusIconStyle)

Added in version 6.24.0

Constructs a new instance with the passed brush and icon resource.

BarcodePickStatusIconStyle
abstract class BarcodePickStatusIconStyle

Added in version 6.24.0

This holds the style data for the status icons.

WithIcon()
static BarcodePickStatusIconStyle WithIcon(Bitmap icon, string text)

Added in version 6.24.0

Constructs a new instance that will display the provided icon and text.

WithColors()
static BarcodePickStatusIconStyle WithColors(Color iconColor, Color iconBackgroundColor, string text)

Added in version 6.24.0

Constructs a new instance that will display the default icon, an exclamation mark. The icon will be customized with the provided colors.