HtmlForgeX

API Reference

Class

TablerVectorMapCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerVectorMapCard.

Inheritance

  • Object
  • TablerVectorMapCardSettings

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 TablerVectorMapCardSettings Accent(TablerColor color) #
Returns: TablerVectorMapCardSettings

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerVectorMapCardSettings Compact(Boolean enable = true) #
Returns: TablerVectorMapCardSettings

Uses tighter spacing inside the card.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerVectorMapCard End() #
Returns: TablerVectorMapCard

Returns control to the root card surface.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
HeaderInfo 2 overloads
public TablerVectorMapCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Auto, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #
Returns: TablerVectorMapCardSettings

Adds an info action to the card header.

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 TablerVectorMapCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #
Returns: TablerVectorMapCardSettings

Configures the typed info action shown in the card header.

Parameters

configure System.Action{HtmlForgeX.TablerInfoPopover} requiredposition: 0