HtmlForgeX

API Reference

Class

TablerVectorMapCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable dashboard card shell for jsVectorMap-backed geographic surfaces.

Inheritance

Constructors

Methods

public TablerVectorMapCard Accent(TablerColor color) #
Returns: TablerVectorMapCard

Sets the ambient accent color used by the card surface.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
GetAuxiliaryChildren() #
public TablerVectorMapCard Map(Action<JsVectorMap> configure) #
Returns: TablerVectorMapCard

Configures the underlying jsVectorMap surface.

Parameters

configure System.Action{HtmlForgeX.JsVectorMap} requiredposition: 0
OnAddedToDocument() #
RegisterLibraries() #
public TablerVectorMapCard Settings(Action<TablerVectorMapCardSettings> configure) #
Returns: TablerVectorMapCard

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerVectorMapCardSettings} requiredposition: 0
public TablerVectorMapCard Subtitle(String subtitle) #
Returns: TablerVectorMapCard

Sets supporting text displayed below the card title.

Parameters

subtitle System.String requiredposition: 0
public TablerVectorMapCard Title(String title) #
Returns: TablerVectorMapCard

Sets the card title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String