HtmlForgeX

API Reference

Class

TablerGeoSummaryCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerGeoSummaryCard.

Inheritance

  • Object
  • TablerGeoSummaryCardSettings

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

Sets the accent color used by the card shell.

Parameters

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

Returns control to the root geo summary card.

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

Makes the card stretch to the available height.

Parameters

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

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

Configures the typed info action shown in the card header.

Parameters

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

Sets the embedded map height in pixels.

Parameters

pixels System.Int32 requiredposition: 0
public TablerGeoSummaryCardSettings MinHeight(Int32 pixels) #
Returns: TablerGeoSummaryCardSettings

Sets the minimum card height in pixels.

Parameters

pixels System.Int32 requiredposition: 0
public TablerGeoSummaryCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #
Returns: TablerGeoSummaryCardSettings

Controls when the map surface and regional highlights are allowed to split into separate columns.

Parameters

breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 0