API Reference
Enum
TablerCarouselControlsPlacement
Controls placement for TablerCarousel navigation arrows.
Inheritance
- Enum
- TablerCarouselControlsPlacement
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerCarouselControlsPlacement Overlay #Overlays controls on the left and right edges of the slide.
Value:
0public const TablerCarouselControlsPlacement Inset #Keeps controls inside the carousel frame, inset from edges.
Value:
1public const TablerCarouselControlsPlacement Outside #Places controls outside the slide content area.
Value:
2