Click or drag to resize

CarouselInterval 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 int Interval { get; set; }

Property Value

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