| << Click to display table of contents >> TSRVBackgroundProperty.FillType | 
Specifies the background filling mode.
type
TSRVFillType = (srvtfFlat, srvtfGradientH, srvtfGradientV);
property FillType : TSRVFillType;
| Value | Meaning | 
| srvtfFlat | A plain colored background, the color is ColorBegin. 
 | 
| srvtfGradientH | A horizontal gradient, the background is filled with horizontal gradient using three colors: from ColorBegin through ColorMiddle to ColorEnd. If ColorMiddle = clNone, only two colors are used. | 
| srvtfGradientV | A vertical gradient, the background is filled with vertical gradient using three colors: from ColorBegin through ColorMiddle to ColorEnd. If ColorMiddle = clNone, only two colors are used. | 
ColorMiddle is shifted by the percent specified in PercentMiddle.
Default value:
srvtfFlat