API Reference
Class
TablerVectorMapCardSettings
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.
Returned or exposed by
Accepted by parameters
- Method TablerVectorMapCard.Settings
Methods
public TablerVectorMapCardSettings Accent(TablerColor color) #Returns:
TablerVectorMapCardSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerVectorMapCardSettings Compact(Boolean enable = true) #Returns:
TablerVectorMapCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerVectorMapCard End() #Returns:
TablerVectorMapCardReturns control to the root card surface.
public TablerVectorMapCardSettings FillHeight(Boolean enable = true) #Returns:
TablerVectorMapCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
HeaderInfo 2 overloads
public TablerVectorMapCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Auto, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #Returns:
TablerVectorMapCardSettingsAdds an info action to the card header.
Parameters
- text System.String
- title System.String = null
- placement HtmlForgeX.TablerPopoverPlacement = Auto
- trigger HtmlForgeX.TablerPopoverTrigger = ClickOnly
- visualStyle HtmlForgeX.TablerInfoPopoverVisualStyle = Subtle
public TablerVectorMapCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #Returns:
TablerVectorMapCardSettingsConfigures the typed info action shown in the card header.
Parameters
- configure System.Action{HtmlForgeX.TablerInfoPopover}