HtmlForgeX

API Reference

Class

TablerHighlightCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerHighlightCard.

Inheritance

  • Object
  • TablerHighlightCardSettings

Methods

public TablerHighlightCardSettings Accent(TablerColor color) #
Returns: TablerHighlightCardSettings

Sets the accent color used by the spotlight card.

Parameters

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

Returns control to the root spotlight card.

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

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

Parameters

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

Sets the minimum card height in pixels.

Parameters

pixels System.Int32 requiredposition: 0