Skip to main content

BarCodePropertyProvider.Rows Property

Gets or sets the number of barcode rows, which allows control of the logic height of the barcode. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public int Rows { get; set; }

Property Value

Type Description
Int32

An integer value that is the logic height of the barcode.

Remarks

Use the Rows and BarCodePropertyProvider.Columns properties to control the logic dimensions of the barcode. To determine the height-to-width ratio of a logical unit’s graphic representation, use the BarCodePropertyProvider.YToXRatio property.

See Also