Skip to main content

TcxGridLayoutViewCarouselMode.Radius Property

Specifies the longest radius of the ellipse, in pixels.

Declaration

property Radius: Cardinal read; write; default 0;

Property Value

Type Default
Cardinal 0

Remarks

0 assigned to this property indicates that the radius is determined automatically, to keep the RecordCount number of cards displayed within the View, with any possible PitchAngle and RollAngle property values.

The Radius property automatically updates by multiplying its current value by the DPI-aware form’s scaling factor every time it changes.

The default value of the Radius property is 0.

See Also