ScanOverlayGuiStyle Property |
Controls the scan UI style
Namespace: Scandit.BarcodePickerAssembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.6.0.2 (5.6.0.2)
Syntax public GuiStyle GuiStyle { get; set; }
Public Property GuiStyle As GuiStyle
Get
Set
public:
property GuiStyle GuiStyle {
GuiStyle get ();
void set (GuiStyle value);
}
member GuiStyle : GuiStyle with get, set
Property Value
Type:
GuiStyleRemarks
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