HtmlForgeX

API Reference

Class

TablerPeopleReviewCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerPeopleReviewCard.

Inheritance

  • Object
  • TablerPeopleReviewCardSettings

Methods

public TablerPeopleReviewCardSettings Accent(TablerColor color) #
Returns: TablerPeopleReviewCardSettings

Sets the ambient accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerPeopleReviewCardSettings Compact(Boolean enable = true) #
Returns: TablerPeopleReviewCardSettings

Applies denser spacing to metrics and card sections.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerPeopleReviewCard End() #
Returns: TablerPeopleReviewCard

Returns control to the root builder.

public TablerPeopleReviewCardSettings FillHeight(Boolean enable = true) #
Returns: TablerPeopleReviewCardSettings

Makes the card stretch to fill the available column height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerPeopleReviewCardSettings MinColumnWidth(String width) #
Returns: TablerPeopleReviewCardSettings

Sets the minimum width used by the metric rail columns.

Parameters

width System.String requiredposition: 0
public TablerPeopleReviewCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #
Returns: TablerPeopleReviewCardSettings

Controls when the people panel and decision queue are allowed to split into separate columns.

Parameters

breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 0