API Reference
Class
TablerPrimarySupportRowSettings
Settings sub-builder for TablerPrimarySupportRowBuilder.
Inheritance
- Object
- TablerPrimarySupportRowSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method TablerPrimarySupportRowSettings.AlignStretch
- Method TablerPrimarySupportRowSettings.Class
- Method TablerPrimarySupportRowSettings.EqualHeights
- Method TablerPrimarySupportRowSettings.FitViewport
- Method TablerPrimarySupportRowSettings.Gap
- Method TablerPrimarySupportRowSettings.Sizing
- Method TablerPrimarySupportRowSettings.VerticalSpacing
Accepted by parameters
Methods
public TablerPrimarySupportRowSettings AlignStretch() #Returns:
TablerPrimarySupportRowSettingsStretches row items to match height.
public TablerPrimarySupportRowSettings Class(String cssClass) #Returns:
TablerPrimarySupportRowSettingsEditorBrowsable(2)Adds a custom CSS class to the primary/support row.
Parameters
- cssClass System.String
public TablerPrimarySupportRowBuilder End() #Returns:
TablerPrimarySupportRowBuilderReturns control to the root primary/support row builder.
public TablerPrimarySupportRowSettings EqualHeights(Boolean enabled = true) #Returns:
TablerPrimarySupportRowSettingsControls whether cards in the row should stretch to matched heights.
Parameters
- enabled System.Boolean = true
public TablerPrimarySupportRowSettings FitViewport(String minHeightCss = "clamp(24rem, calc(100vh - 18rem), 42rem)", TablerBreakpoint from = ExtraExtraLarge) #Returns:
TablerPrimarySupportRowSettingsReserves 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 TablerPrimarySupportRowSettings Gap(Int32 value) #Returns:
TablerPrimarySupportRowSettingsApplies a Bootstrap gap utility to the row.
Parameters
- value System.Int32
public TablerPrimarySupportRowSettings Sizing(TablerRowSizingMode mode) #Returns:
TablerPrimarySupportRowSettingsApplies a typed sizing strategy to the semantic row.
Parameters
- mode HtmlForgeX.TablerRowSizingMode
public TablerPrimarySupportRowSettings VerticalSpacing(TablerSpacing spacing = Medium) #Returns:
TablerPrimarySupportRowSettingsAdds vertical spacing around the row.
Parameters
- spacing HtmlForgeX.TablerSpacing = Medium