Animation

30 Jun 20171 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.

  • C#
  • SfCarousel carousel= new SfCarousel(this);
    
    carousel.Duration=500;