New to Telerik UI for WinForms? Download free 30-day trial

Setting Ellipse Path Design-time

You can set the ellipse path for the carousel using the Visual Studio designer.

  1. Drag the RadCarousel control in your form.

  2. In Properties, set CarouselPath to newCarouselEllipsePath

    WinForms RadCarousel Design Time Ellipse Path

  3. Drag the two control points (U and V) and the center point to set the ellipse as desired:

    WinForms RadCarousel Design Time Ellipse Path

Note : You can arrange the points only in 2D. The Z coordinate (if needed) should be set programmatically.

You can revert the rotating direction (when AutoLoop is set to true) by swapping the V and U points positions. The rotation is always from V to U point.

You can drag the ellipse points over the whole designer area, i.e. you are not limited to the form only.

See Also

In this article