Interface ICarousel
Create Interface for the Carousel.
Namespace: Syncfusion.SfCarousel.XForms
Assembly: Syncfusion.SfCarousel.XForms.dll
Syntax
public interface ICarousel
Methods
MoveNext()
Moves the item from right to left in turn increments the Selected index of the control by one.
Declaration
void MoveNext()
MovePrevious()
Moves the item from left to right in turn decrements the Selected index of the control by one.
Declaration
void MovePrevious()