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

BarCodePropertyProvider.WideNarrowRatio Property

Gets or sets the wide bar to narrow bar ratio. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public float WideNarrowRatio { get; set; }

Property Value

Type Description
Single

A System.Single value that specifies the density of barcode 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