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

TdxBarCodeProperties.ModuleColor Property

Specifies the barcode and source text color.

#Declaration

Delphi
property ModuleColor; default clBlack;

#Property Value

Type Default
TColor clBlack

#Remarks

Use this property to change the color of barcode modules and encoded text.

Note

The ModuleColor property has no effect on the encoded text‘s appearance if the barcode control’s Style.TextColor property has a custom value.

The default ModuleColor property value is clBlack.

See Also