BarcodeOptions.BorderDashStyle Property
Gets or sets the dash style for the barcode border.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| BorderDashStyle | The barcode border’s dash style. |
Available values:
| Name | Description |
|---|---|
| Solid | A solid line. |
| Dash | A line of dashes. |
| Dot | A dotted line. |
| DashDot | A line of a repeating dash-dot pattern. |
| DashDotDot | A line of a repeating dash-dot-dot pattern. |
| Double | A double solid line. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to BorderDashStyle |
|---|---|
| BarcodeGenerator |
|
See Also