BarCodePropertyProvider.Columns Property
Gets or sets the number of barcode columns, which allows control of the logic width of the barcode. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer, specifying the logic width of the barcode. The default is 1. |
Remarks
Use the Columns and BarCodePropertyProvider.Rows properties to control the logic dimensions of the barcode. To specify the height-to-width ratio of a logical unit’s graphic representation, use the BarCodePropertyProvider.YToXRatio property.
See Also