Example of Indicator Type in ASP.NET MVC Carousel Control
This sample demonstrates the types of indicators in the ASP.NET MVC Carousel opens in a new tab component.
DEMO
SOURCE
Default Indicator
Dynamic Indicator
Fraction Indicator
Progress Indicator
The ASP.NET MVC Carousel component shows the available types of indicators are showcased. They are Default, Dynamic, Progress and Fraction, and can be set using the IndicatorsType property.
Default - The Carousel displays indicators with a bullet design
Dynamic - The Carousel applies dynamic animation to the indicators.
Progress - The Carousel displays slides numerically as indicators.
Fraction - The Carousel displays indicators like a progress bar.