BarcodeOptions.BorderWidth Property
Specifies the border width of the bar code image.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Single | A Single value that is the border width, measured in units specified by the BarcodeOptions.Unit property. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to BorderWidth |
|---|---|
| BarcodeGenerator |
|
Remarks
If the BorderWidth property value is 0, bar code borders are invisible.
See Also