ScanOverlayViewFinderLineWidth Property |
The line width with which the view finder rectangle is drawn.
Namespace: Scandit.BarcodePickerAssembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.6.0.2 (5.6.0.2)
Syntax public double ViewFinderLineWidth { get; set; }
Public Property ViewFinderLineWidth As Double
Get
Set
public:
property double ViewFinderLineWidth {
double get ();
void set (double value);
}
member ViewFinderLineWidth : float with get, set
Property Value
Type:
DoubleRemarks
The view finder is drawn in a
Viewbox,
so the actual line thickness changes depending on the size of the screen.
See Also