Click or drag to resize
ScanOverlayGuiStyle Property
Controls the scan UI style

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public GuiStyle GuiStyle { get; set; }

Property Value

Type: GuiStyle
Remarks
Use this property to configure the scan UI style used. By default, a white rectangle is shown in the middle of the barcode picker view. Use this property to change the scan UI to show a laser line (Laser), or to not show a view finder at all (None).
See Also