TRVBorder.InternalWidth

<< Click to display table of contents >>

TRVBorder.InternalWidth

Spacing between lines in double and triple borders.

property InternalWidth: TRVStyleLength;

This value is measured in Units of TRVStyle component which owns this paragraph style.

For example, if Style=rvbDouble, InternalWidth=1, and Width=1, and RVStyle.Units=rvstuPixels, you'll see two lines having 1-pixel width, with 1-pixel spacing between them.

Default value:

1

Note: this default value assumes that RVStyle.Units=rvstuPixels, otherwise it could be too small.