Skip to main content

TcxGridLayoutViewCarouselMode.BackgroundRecordEndScale Property

Specifies the final scale factor of background cards, as a percentage.

Declaration

property BackgroundRecordEndScale: Cardinal read; write; default cxGridLayoutViewCarouselModeDefaultBackgroundRecordEndScale;

Property Value

Type Default
Cardinal cxGridLayoutViewCarouselModeDefaultBackgroundRecordEndScale

Remarks

The scale factor of background cards gradually decreases from BackgroundRecordStartScale (applies to the cards that are painted immediately below the foreground card) down to BackgroundRecordEndScale (applies to the lowest cards).

The default value of the BackgroundRecordEndScale property is specified by the cxGridLayoutViewCarouselModeDefaultBackgroundRecordEndScale global constant.

See Also