Industrial2of5SymbologyBase<T>.WideNarrowRatio Property
In This Article
Gets or sets the density of a bar code’s bars.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.BarCode.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP("$2.5f", Handler = "WideNarrowRatioPropertyChanged")]
public float WideNarrowRatio { get; set; }
#Property Value
Type | Description |
---|---|
Single | The density of a bar code’s bars. |
#Remarks
Use this property to specify the ratio of the thickest bar to the narrowest. The value assigned should be equal to or greater than 2.5.
See Also