Click or drag to resize

CarouselPauseType Property

Gets or sets the amount of time to delay between automatically cycling an item (in milliseconds). Zero or negative values will disable automatic cycling.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public CarouselPauseTypes PauseType { get; set; }

Property Value

Type: CarouselPauseTypes
The amount of time to delay between automatically cycling an item.
See Also