| 
       << Click to display table of contents >> TRVBackgroundRepeat Type | 
    
Unit [VCL/FMX]: RVStyle / fmxRVStyle.
type
TRVBackgroundRepeat = (
rvbrpRepeat,
rvbrpNoRepeat,
rvbrpSpace
);
Specifies whether the background image is repeated, and how it is repeated.
Value  | 
Meaning  | 
|---|---|
rvbrpRepeat  | 
The background image is repeated (tiled)  | 
rvbrpNoRepeat  | 
The background image is drawn only once, without repetition.  | 
rvbrpSpace  | 
The background image is repeated as many times as possible without being clipped, leaving equal spacing between the images  | 
This type is used in: