Class CarouselIndicatorsType
Specifies the types of the indicators of SfCarousel component.
Inheritance
System.Object
CarouselIndicatorsType
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class CarouselIndicatorsType : Enum
Fields
Default
Indicates the indicators with a bullet design.
Declaration
public const CarouselIndicatorsType Default
Field Value
Dynamic
Applies a dynamic animation design to the indicators.
Declaration
public const CarouselIndicatorsType Dynamic
Field Value
Fraction
Indicates the slides numerically as indicators.
Declaration
public const CarouselIndicatorsType Fraction
Field Value
Progress
Indicates the indicators using a progress bar design.
Declaration
public const CarouselIndicatorsType Progress