API Reference
Class
TablerNarrativeCardSettings
Settings sub-builder for TablerNarrativeCard.
Inheritance
- Object
- TablerNarrativeCardSettings
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
- Method TablerNarrativeCard.Settings
Methods
public TablerNarrativeCardSettings Accent(TablerColor color) #Returns:
TablerNarrativeCardSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerNarrativeCardSettings Compact(Boolean enable = true) #Returns:
TablerNarrativeCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerNarrativeCard End() #Returns:
TablerNarrativeCardReturns control to the root card surface.
public TablerNarrativeCardSettings FillHeight(Boolean enable = true) #Returns:
TablerNarrativeCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true