TSRVViewProperty.FooterPen

<< Click to display table of contents >>

TSRVViewProperty.FooterPen

A pen for drawing a line between the main document and the footer, when a footer (TSRichViewEdit.RVFooter) is being edited.

type

  TSRVHeaderFooterPen = class (TPen);

 

property FooterPen: TSRVHeaderFooterPen;

The color of this pen is also used for drawing border around header label, see Texts.

In Delphi XE2 or newer, if a system color is specified for FooterPen.Color, and custom styles are applied, then a corresponding style color is used instead.

Default value:

1, psDot, $00CA784B

See also:

HeaderPen

MainPen