HtmlForgeX

API Reference

Enum

TablerCarouselControlsPlacement

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls placement for TablerCarousel navigation arrows.

Inheritance

  • Enum
  • TablerCarouselControlsPlacement

Values

public const TablerCarouselControlsPlacement Overlay #

Overlays controls on the left and right edges of the slide.

Value: 0
public const TablerCarouselControlsPlacement Inset #

Keeps controls inside the carousel frame, inset from edges.

Value: 1
public const TablerCarouselControlsPlacement Outside #

Places controls outside the slide content area.

Value: 2