Gets or sets the narrow bars' width of the barcode. In barcode terminology this is X value. The unit of measure must be specified to BarcodeUnit property.
Namespace:
Neodynamic.SilverlightAssembly: Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)
Syntax
C# |
---|
public double BarWidth { get; set; } |
Visual Basic (Declaration) |
---|
Public Property BarWidth As Double |
Visual C++ |
---|
public: property double BarWidth { double get (); void set (double value); } |