Having trouble getting help?
Contact Support
Contact Support
Transition Speed in Windows Forms Carousel
26 Apr 20211 minute to read
The TransitionSpeed property enables the items in the control to be rotated at a user defined speed.
this.carousel1.TransitionSpeed = 2f;
Me.carousel1.TransitionSpeed = 2f