Back to Devexpress

TdxCustomTextReportLink.TextRowSpacing Property

vcl-dxpstextlnk-dot-tdxcustomtextreportlink-6229c06b.md

latest1.1 KB
Original Source

TdxCustomTextReportLink.TextRowSpacing Property

Specifies the vertical spacing between text rows.

Declaration

delphi
property TextRowSpacing: Double read; write;

Property Value

Type
Double

Remarks

The vertical spacing between text rows (the space between the bottom of one row and the top of the next) is determined using the height of a single text row multiplied by the TextRowSpacing property’s value, e.g. a value of 1 indicates a single spacing, the minimum height required to avoid overlapping, while a value of 2,5 specifies the row’s height as two and a half times that of the height of a single text row with a space of half a text row prior to the text row being printed.

The minimum value of the TextRowSpacing property is 1.

See Also

TdxCustomTextReportLink Class

TdxCustomTextReportLink Members

dxPSTextLnk Unit