BarcodeOptionsBuilder<TOptions, TBuilder>.WithCodeTextVerticalAlignment(DXStringAlignment) Method
Specifies the vertical alignment of the bar code text within the bar code image and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| alignment | DXStringAlignment | Vertical alignment type. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated vertical alignment. |
See Also