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)
Syntaxpublic CarouselPauseTypes PauseType { get; set; }<asp:Carousel PauseType="CarouselPauseTypes" />
Property Value
Type:
CarouselPauseTypes
The amount of time to delay between automatically cycling an item.
See Also