| 
       << Click to display table of contents >> TRVItemBackgroundStyle Type (deprecated) | 
    
Unit [VCL/FMX] RVStyle / fmxRVStyle;
type
TRVItemBackgroundStyle =
(rvbsColor, rvbsStretched, rvbsTiled,
rvbsCentered, rvbsOther);
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  | 
rvbsOther  | 
The value specified in BackgroundProperties does not have an analog in TRVItemBackgroundStyle  | 
See also:
▪TRVTableItemInfo.BackgroundStyle (background of table)
▪TRVTableCellData.BackgroundStyle (background of cell)