TdxCustomBarCodeReportLink.BorderColor Property
Specifies the border color of the barcode control in a report.
Declaration
property BorderColor: TColor read; write;
Property Value
Type |
---|
TColor |
Remarks
This property is in effect if the DrawBorder property is set to True.
The default value of the BorderColor property is clBlack as specified by the dxDefaultGridLineColor global constant.
See Also