BarcodeOptionsBuilder<TOptions, TBuilder>.WithBorderColor(Color) Method
Specifies the barcode border color and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| borderColor | Color | The barcode border color. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated border color. |
See Also