TdxBarCodeProperties.ModuleColor Property
Specifies the barcode and source text color.
Declaration
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