API Reference
Class
TablerCardRailSettings
Settings sub-builder for TablerCardRailBuilder.
Inheritance
- Object
- TablerCardRailSettings
Methods
public TablerCardRailSettings Class(String cssClass) #Returns:
TablerCardRailSettingsAdds a custom CSS class to the rail row.
Parameters
- cssClass System.String
public TablerCardRailSettings DefaultWidth(TablerColumnNumber width) #Returns:
TablerCardRailSettingsControls the default width used by rail items.
Parameters
- width HtmlForgeX.TablerColumnNumber
public TablerCardRailBuilder End() #Returns:
TablerCardRailBuilderReturns control to the root insight rail builder.
public TablerCardRailSettings EqualHeights(Boolean enabled = true) #Returns:
TablerCardRailSettingsControls whether cards in the row should stretch to matched heights.
Parameters
- enabled System.Boolean = true
public TablerCardRailSettings FitViewport(String minHeightCss = "clamp(24rem, calc(100vh - 18rem), 42rem)", TablerBreakpoint from = ExtraExtraLarge) #Returns:
TablerCardRailSettingsReserves a viewport-aware minimum height from the chosen breakpoint upward.
Parameters
- minHeightCss System.String = "clamp(24rem, calc(100vh - 18rem), 42rem)"
- from HtmlForgeX.TablerBreakpoint = ExtraExtraLarge
public TablerCardRailSettings Gap(Int32 value) #Returns:
TablerCardRailSettingsApplies a Bootstrap gap utility to the row.
Parameters
- value System.Int32
public TablerCardRailSettings Sizing(TablerRowSizingMode mode) #Returns:
TablerCardRailSettingsApplies a typed sizing strategy to the semantic rail row.
Parameters
- mode HtmlForgeX.TablerRowSizingMode
public TablerCardRailSettings VerticalSpacing(TablerSpacing spacing = Medium) #Returns:
TablerCardRailSettingsAdds vertical spacing around the row.
Parameters
- spacing HtmlForgeX.TablerSpacing = Medium