BarcodeOptions.BorderColor Property
Gets or sets the border color of the barcode image.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Color | A Color object that is the border color. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to BorderColor |
|---|---|
| BarcodeGenerator |
|
Remarks
The BorderColor property specifies the border color of the bar code image, and the BarcodeOptions.BorderWidth property specifies the border width.
See Also