TcxGridLayoutViewCarouselMode Properties
Contains Carousel mode settings.| Name | Description |
|---|---|
| AnimationInterval | Specifies the carousel rolling animation’s duration, in milliseconds. |
| AutoPitchAngle | Enables automatic pitch angle regulation that causes the carousel to occupy the entire View height. |
| BackgroundRecordAlphaLevel | Specifies the transparency level of the lowest background cards. |
| BackgroundRecordEndScale | Specifies the final scale factor of background cards, as a percentage. |
| BackgroundRecordStartScale | Specifies the starting scale factor of background cards, as a percentage. |
| DeltaAngle | This property is for internal use only. |
| GridView | Provides access to the Layout View that owns the Carousel mode settings. |
| InterpolationMode | Specifies the interpolation algorithm to be used to render background cards. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| PitchAngle | Specifies the carousel’s pitch angle, in degrees. |
| Radius | Specifies the longest radius of the ellipse, in pixels. |
| RecordCount | Specifies the number of simultaneously displayed cards (records) within the Layout View. |
| RollAngle | Specifies the carousel’s roll angle, in degrees. |
See Also