HtmlForgeX

API Reference

Class

TablerCardRailSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerCardRailBuilder.

Inheritance

  • Object
  • TablerCardRailSettings

Methods

public TablerCardRailSettings Class(String cssClass) #
Returns: TablerCardRailSettings

Adds a custom CSS class to the rail row.

Parameters

cssClass System.String requiredposition: 0
public TablerCardRailSettings DefaultWidth(TablerColumnNumber width) #
Returns: TablerCardRailSettings

Controls the default width used by rail items.

Parameters

width HtmlForgeX.TablerColumnNumber requiredposition: 0
public TablerCardRailBuilder End() #
Returns: TablerCardRailBuilder

Returns control to the root insight rail builder.

public TablerCardRailSettings EqualHeights(Boolean enabled = true) #
Returns: TablerCardRailSettings

Controls whether cards in the row should stretch to matched heights.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerCardRailSettings FitViewport(String minHeightCss = "clamp(24rem, calc(100vh - 18rem), 42rem)", TablerBreakpoint from = ExtraExtraLarge) #
Returns: TablerCardRailSettings

Reserves a viewport-aware minimum height from the chosen breakpoint upward.

Parameters

minHeightCss System.String = "clamp(24rem, calc(100vh - 18rem), 42rem)" optionalposition: 0
from HtmlForgeX.TablerBreakpoint = ExtraExtraLarge optionalposition: 1
public TablerCardRailSettings Gap(Int32 value) #
Returns: TablerCardRailSettings

Applies a Bootstrap gap utility to the row.

Parameters

value System.Int32 requiredposition: 0
public TablerCardRailSettings Sizing(TablerRowSizingMode mode) #
Returns: TablerCardRailSettings

Applies a typed sizing strategy to the semantic rail row.

Parameters

mode HtmlForgeX.TablerRowSizingMode requiredposition: 0
public TablerCardRailSettings VerticalSpacing(TablerSpacing spacing = Medium) #
Returns: TablerCardRailSettings

Adds vertical spacing around the row.

Parameters

spacing HtmlForgeX.TablerSpacing = Medium optionalposition: 0