BarcodeOptions.BorderStyle Property
Gets or sets the barcode style.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| BorderStyle | The barcode style. |
Available values:
| Name | Description |
|---|---|
| Inset | The border is inset. |
| Outset | The border is outset. |
| Center | The border is displayed on center. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to BorderStyle |
|---|---|
| BarcodeGenerator |
|
See Also