HtmlForgeX

API Reference

Class

TablerHeroCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerHeroCard.

Inheritance

  • Object
  • TablerHeroCardSettings

Methods

public TablerHeroCardSettings Accent(TablerColor color) #
Returns: TablerHeroCardSettings

Sets the accent color used by the hero card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerHeroCard End() #
Returns: TablerHeroCard

Returns control to the root hero card.

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

Makes the card stretch to the available height in grid layouts.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerHeroCardSettings MinHeight(Int32 pixels) #
Returns: TablerHeroCardSettings

Sets the minimum card height in pixels.

Parameters

pixels System.Int32 requiredposition: 0