<< Click to display table of contents >> TSRVBackgroundProperty |
TSRVBackgroundProperty is the class for TSRichViewEdit.BackgroundProperty property.
Unit SclRView.
Syntax
TSRVBackgroundProperty = class(TPersistent)
TObject
TPersistent
This class defines properties for an advanced background filling. An advanced background is a combination of a gradient filling and a picture. It is activated if Visible=True.
A gradient is defined in FillType, ColorBegin, ColorMiddle, ColorEnd, PercentMiddle properties.
A picture is defined in Picture, PicturePosition, and TransparentColor properties.
GlobalPageBackgroundColor allows changing color of pages.