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

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.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