Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomBarCodeProperties.ModuleColor Property

Specifies the color used for displaying barcodes.

#Declaration

Delphi
property ModuleColor: TColor read; write;

#Property Value

Type
TColor

#Remarks

Use this property to change the color used for displaying both the bars and encoded text (if shown).

Note

The ModuleColor property has no effect on the displayed encoded text if a custom color is assigned to the barcode control’s Style.TextColor property.

See Also