Skip to main content

BarCodeBrick.DefaultAlignment Field

Specifies the default text BarCodeBrick.Alignment. Currently it is set to TextAlignment.TopLeft value.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public const TextAlignment DefaultAlignment = TextAlignment.TopLeft

Field Value

Type
TextAlignment

Remarks

To change the text alignment in the bar code brick, use the BarCodeBrick.Alignment property.

See Also