Gets or sets the wide bars' width compared to the narrow bars' width. In barcode terminology this is N value.

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

C#
public double BarRatio { get; set; }
Visual Basic (Declaration)
Public Property BarRatio As Double
Visual C++
public:
property double BarRatio {
	double get ();
	void set (double value);
}

See Also