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
Type |
---|
CarouselIndicatorsType |
Dynamic
Applies a dynamic animation design to the indicators.
Declaration
public const CarouselIndicatorsType Dynamic
Field Value
Type |
---|
CarouselIndicatorsType |
Fraction
Indicates the slides numerically as indicators.
Declaration
public const CarouselIndicatorsType Fraction
Field Value
Type |
---|
CarouselIndicatorsType |
Progress
Indicates the indicators using a progress bar design.
Declaration
public const CarouselIndicatorsType Progress
Field Value
Type |
---|
CarouselIndicatorsType |