Skip to main content
A newer version of this page is available. .

CodabarSymbology.WideNarrowRatio Property

Gets or sets the density of a bar code’s bars.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(2F, Handler = "WideNarrowRatioPropertyChanged")]
public float WideNarrowRatio { get; set; }

Property Value

Type Description
Single

A float value specifying 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 between 2 and 3.

See Also