ScanOverlayViewFinderLineWidth Property |
The line width with which the view finder rectangle is drawn.
Namespace:
Scandit.BarcodePicker
Assembly:
Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.15.2.10 (5.15.2.10)
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.
Version Information Scandit.Recognition
Supported in: 1.0.0.0
See Also