HtmlForgeX

API Reference

Class

TablerPrimarySupportRowSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerPrimarySupportRowBuilder.

Inheritance

  • Object
  • TablerPrimarySupportRowSettings

Methods

public TablerPrimarySupportRowSettings AlignStretch() #
Returns: TablerPrimarySupportRowSettings

Stretches row items to match height.

public TablerPrimarySupportRowSettings Class(String cssClass) #
Returns: TablerPrimarySupportRowSettings

Adds a custom CSS class to the primary/support row.

Parameters

cssClass System.String requiredposition: 0
public TablerPrimarySupportRowBuilder End() #
Returns: TablerPrimarySupportRowBuilder

Returns control to the root primary/support row builder.

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

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

Parameters

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

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 TablerPrimarySupportRowSettings Gap(Int32 value) #
Returns: TablerPrimarySupportRowSettings

Applies a Bootstrap gap utility to the row.

Parameters

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

Applies a typed sizing strategy to the semantic row.

Parameters

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

Adds vertical spacing around the row.

Parameters

spacing HtmlForgeX.TablerSpacing = Medium optionalposition: 0