Skip to main content
A newer version of this page is available. .

BarCodeBrick.DefaultAlignment Field

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

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