API Reference
Class
TablerHighlightCardSettings
Settings sub-builder for TablerHighlightCard.
Inheritance
- Object
- TablerHighlightCardSettings
Methods
public TablerHighlightCardSettings Accent(TablerColor color) #Returns:
TablerHighlightCardSettingsSets the accent color used by the spotlight card.
Parameters
- color HtmlForgeX.TablerColor
public TablerHighlightCard End() #Returns:
TablerHighlightCardReturns control to the root spotlight card.
public TablerHighlightCardSettings FillHeight(Boolean enable = true) #Returns:
TablerHighlightCardSettingsMakes the card stretch to the available height in grid layouts.
Parameters
- enable System.Boolean = true
public TablerHighlightCardSettings MinHeight(Int32 pixels) #Returns:
TablerHighlightCardSettingsSets the minimum card height in pixels.
Parameters
- pixels System.Int32