HtmlForgeX

API Reference

Class

TablerMapSummaryCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerMapSummaryCard.

Inheritance

  • Object
  • TablerMapSummaryCardSettings

Methods

public TablerMapSummaryCardSettings Accent(TablerColor color) #
Returns: TablerMapSummaryCardSettings

Sets the accent color used by the card.

Parameters

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

Returns control to the root map summary card.

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

Makes the card stretch to the available height.

Parameters

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

Sets the embedded map height in pixels.

Parameters

pixels System.Int32 requiredposition: 0