TRVBorder

Properties

<< Click to display table of contents >>

TRVBorder

Properties

This class defines border around paragraph. This is a class of Border property of paragraph style.

Unit [VCL/FMX] RVStyle / fmxRVStyle;

Syntax

TRVBorder = class (TPersistent)

(Introduced in version 1.2)

Properties:

▪BorderOffsets – distance between paragraph content and border;

▪Color – border color;

▪InternalWidth – distance between border lines (for double and triple borders);

▪Style – border style;

▪VisibleBorders hides/shows border sides;

▪Width – line width.

See also:

▪TCustomRVParaInfo.Border;

▪Paragraph Borders and Background.