TSRVBackgroundProperty |
Top Previous Next |
|
TSRVBackgroundProperty is the class for TSRichViewEdit.BackgroundProperty property. Unit SclRView. Syntax TSRVBackgroundProperty = class(TPersistent) HierarchyTObject TPersistent Properties for area around pagesThis 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. Properties for pagesGlobalPageBackgroundColor allows changing color of pages. |