Name | Description |
---|---|
CarouselItem | Specifies the carousel individual item. |
SlideChangedEventArgs | An interface that holds details once slide change done. |
SlideChangingEventArgs | An interface that holds details when changing the slide. |
CarouselAnimationEffect | Specifies the animation effects of carousel slide. * None - The carousel item transition happens without animation.* Slide - The carousel item transition happens with slide animation.* Fade - The Carousel item transition happens with fade animation.* Custom - The Carousel item transition happens with custom animation. |
CarouselButtonVisibility | Specifies the state of navigation buttons displayed in carousel. * Hidden - Navigation buttons are hidden.* Visible - Navigation buttons are visible.* VisibleOnHover - Navigation buttons are visible only when we hover the carousel. |
CarouselSlideDirection | Specifies the direction of previous/next button navigations in carousel. * Previous - To determine the previous direction of carousel item transition.* Next - To determine the next direction of carousel item transition. |