Skip to main content

TcxGridLayoutViewCarouselMode.InterpolationMode Property

Specifies the interpolation algorithm to be used to render background cards.

Declaration

property InterpolationMode: TdxGPInterpolationMode read; write; default imDefault;

Property Value

Type Default
TdxGPInterpolationMode imDefault

Remarks

If the Layout View’s performance is insufficient in Carousel mode, consider reducing the interpolation quality via the InterpolationMode property. Refer to the TdxGPInterpolationMode enumeration descriptions to learn about the available interpolation options.

The default value of the InterpolationMode property is imDefault.

See Also