BarcodeOptionsBuilder<TOptions, TBuilder>.WithBorderStyle(BorderStyle) Method
Specifies the border style for the barcode and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| borderStyle | BorderStyle | The border style to apply to the barcode. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated border style. |
See Also