Gets or set the bearer bars' type that must be drawn with the barcode image. Bearer bar is only available for 2 of 5, Code 128 and UCC.EAN 128 barcodes.

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

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

See Also