TRichView Reference | Types
TRVItemBackgroundStyle Type
Unit RVStyle;
type
TRVItemBackgroundStyle =
(rvbsColor, rvbsStretched, rvbsTiled, rvbsCentered);
Defines background style (position of background image).
Value
Meaning
rvbsColor
No image.
rvbsStretched
Image stretched to fill the whole area. Not all image types can be stretched.
rvbsTiled
Image is repeated to fill the whole area.
rvbsCentered
Image is located at the center.
See also:
RichView © Sergey Tkachenko