RadRotator Types
RadRotator for ASP.NET AJAX offers 6 types that allow you to change its look and functionality with a single property - RotatorType:
AutomaticAdvance - Items are scrolled automatically in the desired direction. Each item is shown for a specific amount of time.
Buttons - For each scroll direction the rotator will display a control button. The user needs to click this button to scroll a new item.
ButtonsOver - For each scroll direction the rotator will display a control button. The user needs to hover over this button with the mouse to scroll new items.
SlideShow - Like automatic advance, but instead of scrolling, new items are displayed using a transition effect (e.g. Fade).
SlideShowButtons - For each scroll direction the rotator will display a control button. The user needs to click this button to display a new item.
FromCode - The rotator will not change items automatically and will not display the control buttons. The developer needs to use the rotator Client API to move items.