API Reference
Class
TablerPeopleReviewCardSettings
Settings sub-builder for TablerPeopleReviewCard.
Inheritance
- Object
- TablerPeopleReviewCardSettings
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
Accepted by parameters
Methods
public TablerPeopleReviewCardSettings Accent(TablerColor color) #Returns:
TablerPeopleReviewCardSettingsSets the ambient accent color used by the card.
Parameters
- color HtmlForgeX.TablerColor
public TablerPeopleReviewCardSettings Compact(Boolean enable = true) #Returns:
TablerPeopleReviewCardSettingsApplies denser spacing to metrics and card sections.
Parameters
- enable System.Boolean = true
public TablerPeopleReviewCard End() #Returns:
TablerPeopleReviewCardReturns control to the root builder.
public TablerPeopleReviewCardSettings FillHeight(Boolean enable = true) #Returns:
TablerPeopleReviewCardSettingsMakes the card stretch to fill the available column height.
Parameters
- enable System.Boolean = true
public TablerPeopleReviewCardSettings MinColumnWidth(String width) #Returns:
TablerPeopleReviewCardSettingsEditorBrowsable(2)Sets the minimum width used by the metric rail columns.
Type Parameters
- TWidth
Parameters
- width System.String
MinColumnWidth``1(``0 width) #Sets the minimum width used by the metric rail columns.
Parameters
- width ``0
public TablerPeopleReviewCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #Returns:
TablerPeopleReviewCardSettingsControls when the people panel and decision queue are allowed to split into separate columns.
Parameters
- breakpoint HtmlForgeX.TablerBreakpoint