Gets or sets the number of horizontal bars to be drawn.

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

Syntax

C#
public int UspsHorizontalBarsCount { get; set; }
Visual Basic (Declaration)
Public Property UspsHorizontalBarsCount As Integer
Visual C++
public:
property int UspsHorizontalBarsCount {
	int get ();
	void set (int value);
}

See Also