Click or drag to resize

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
C#
public enum PauseTypes
Members
  Member nameValueDescription
Null0Hovering over the carousel won't pause it
Hover1Pauses the cycling of the carousel on MouseEnter and resumes the cycling of the carousel on MouseLeave.
MouseEnter2Pauses the cycling of the carousel when the mouse enters the control.
MouseLeave3Pauses the cycling of the carousel when the mouse leaves the control.
See Also