TdxBarCodeProperties.ModuleColor Property
In This Article
Specifies the barcode and source text color.
#Declaration
Delphi
property ModuleColor; default clBlack;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
Use this property to change the color of barcode modules and encoded text.
Note
The Module
The default ModuleColor property value is clBlack.
See Also