Having trouble getting help?
Contact Support
Contact Support
Animation
17 Jan 20251 minute to read
The Duration property of the SfCarousel control is used to specify the time taken to move an item to the selected item position. The duration is specified in seconds. The default value is 300s.
SfCarousel carousel= new SfCarousel(this);
carousel.Duration=500;