|
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.
|
srvtfGradientV
|
A vertical gradient, the background is filled with vertical gradient using three colors: from ColorBegin through ColorMiddle to ColorEnd.
|
ColorMiddle is shifted by the percent specified in PercentMiddle.
Default value:
srvtfFlat
|