TdxCustomBarCodeProperties.ModuleColor Property
Specifies the color used for displaying barcodes.
Declaration
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