TSRVViewProperty.MainTitleFont

<< Click to display table of contents >>

TSRVViewProperty.MainTitleFont

A font of label title displayed when the main document (TSRichViewEdit.RichViewEdit) is being edited.

type

  TSRVHeaderFooterFont = class (TFont);

 

property MainTitleFont : TSRVHeaderFooterFont;

This font is used to draw Texts.MainDocument on a background filled with MainTitleColor.

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

Default value:

'Tahoma', 8, [], $009A480B

See also:

HeaderTitleFont

FooterTitleFont