HtmlForgeX

API Reference

Class

TablerNarrativeCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerNarrativeCard.

Inheritance

  • Object
  • TablerNarrativeCardSettings

Methods

public TablerNarrativeCardSettings Accent(TablerColor color) #
Returns: TablerNarrativeCardSettings

Sets the ambient accent color.

Parameters

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

Uses tighter spacing inside the card.

Parameters

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

Returns control to the root card surface.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0