Hello,
I am experiencing issues using the carousel control. I don't want the carousel to have an elliptic, but a linear path. The Syncfusion documentation for the carousel control gives a code example for exactly this goal:
<syncfusion:Carousel x:Name="carousel" Height="400" Width="450">
<syncfusion:Carousel.Path>
<Path Data="M0,300 L600,300" Stroke="Blue" StrokeThickness="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
</syncfusion:Carousel.Path>
</syncfusion:Carousel>
Unfortunately this example does not change the path of the control at all. Can someone help me with this point? I am using Syncfusion essential
studio 13.3.0.7.
Kind regards,
Janosch