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

Setting Bezier Path Design-Time

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

  1. Drag the RadCarousel control in your form.

  2. In Properties, set CarouselPath to new CarouselBezierPath:

    WinForms RadCarousel CarouselPath

  3. Drag the four control points and set the bezier as desired:

    WinForms RadCarousel Design Time Bezier Path

Note : You can arrange the points only in 2D. The Z coordinate (if needed) should be set programmatically. You can drag the bezier points over the whole designer area, i.e. you are not limited to the form only.

See Also

In this article