HtmlForgeX

API Reference

Class

TablerCarouselSlide

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Single slide inside TablerCarousel.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public TablerCarouselSlide() #

Methods

public TablerCarouselSlide Active(Boolean active = true) #
Returns: TablerCarouselSlide

Marks this slide as active.

Parameters

active System.Boolean = true optionalposition: 0
public TablerCarouselSlide Caption(String title, String text = null) #
Returns: TablerCarouselSlide

Sets slide caption text (title + optional paragraph).

Parameters

title System.String requiredposition: 0
text System.String = null optionalposition: 1
public TablerCarouselSlide CaptionOnlyOnMdUp(Boolean enable = true) #
Returns: TablerCarouselSlide

Controls whether the caption is hidden on small screens (default: true).

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCarouselSlide Image(String url, String alt = null) #
Returns: TablerCarouselSlide

Sets the slide image.

Parameters

url System.String requiredposition: 0
alt System.String = null optionalposition: 1
public override String ToString() #
Returns: String