Skip to main content

Code39SymbologyBase<T>.WideNarrowRatio Property

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(3F, 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.2 and 3.

See Also