HtmlForgeX

API Reference

Class

TablerHeroCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerHeroCard.

Inheritance

  • Object
  • TablerHeroCardSettings

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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
HeaderInfo 2 overloads
public TablerHeroCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Auto, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #
Returns: TablerHeroCardSettings

Adds a compact info affordance to the hero corner.

Parameters

text System.String requiredposition: 0
title System.String = null optionalposition: 1
placement HtmlForgeX.TablerPopoverPlacement = Auto optionalposition: 2
trigger HtmlForgeX.TablerPopoverTrigger = ClickOnly optionalposition: 3
visualStyle HtmlForgeX.TablerInfoPopoverVisualStyle = Subtle optionalposition: 4
public TablerHeroCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #
Returns: TablerHeroCardSettings

Adds a fully configured info affordance to the hero corner.

Parameters

configure System.Action{HtmlForgeX.TablerInfoPopover} requiredposition: 0
public TablerHeroCardSettings MinHeight(Int32 pixels) #
Returns: TablerHeroCardSettings

Sets the minimum card height in pixels.

Parameters

pixels System.Int32 requiredposition: 0