BarcodeOptionsBuilder<TOptions, TBuilder>.WithCodeTextHorizontalAlignment(DXStringAlignment) Method
Specifies the horizontal 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 | Horizontal alignment type. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated horizontal alignment. |
See Also