CarouselPauseTypes Enumeration
|
Specifies when to pause a
Carousel's cycling.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Members|
| Member name | Value | Description |
|---|
| Null | 0 | Hovering over the carousel won't pause it |
| Hover | 1 | Pauses the cycling of the carousel on MouseEnter and resumes the cycling of the carousel on MouseLeave. |
| MouseEnter | 2 | Pauses the cycling of the carousel when the mouse enters the control. |
| MouseLeave | 3 | Pauses the cycling of the carousel when the mouse leaves the control. |
See Also