<< Click to display table of contents >> TRVItemBackgroundStyle Type |
Unit [VCL/FMX] RVStyle / fmxRVStyle;
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:
▪TRVTableItemInfo.BackgroundStyle (background of table)
▪TRVTableCellData.BackgroundStyle (background of cell)