TSRVViewProperty.FooterPen |
Top Previous Next |
|
A pen for drawing a line between the main document and the footer, when the 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 FooterTitle. 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: |