TRVBorder.BorderOffsets

<< Click to display table of contents >>

TRVBorder.BorderOffsets

Spacing between paragraph content and border.

property BorderOffsets: TRVRect;

Sides of this rectangle are measured in Units of TRVStyle component which owns the paragraph style.

Lager positive values increase spacing. Negative values force the border to be inside the paragraph content.

Warning:

Border.BorderOffsets.Top must not exceed SpaceBefore property of the same paragraph.

Border.BorderOffsets.Bottom must not exceed SpaceAfter property of the same paragraph.

Border.BorderOffsets.Left should not exceed LeftIndent property of the same paragraph.

Border.BorderOffsets.Right should not exceed RightIndent property of the same paragraph.

Default value:

0,0,0,0

See also:

Paragraph Borders.