Gets or sets the wide bars' width compared to the narrow bars' width. In barcode terminology this is N value.
Namespace:
Neodynamic.SilverlightAssembly: Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.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); } |