API Reference
Class
TablerGeoSummaryCardSettings
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.
Returned or exposed by
- Method TablerGeoSummaryCardSettings.Accent
- Method TablerGeoSummaryCardSettings.FillHeight
- Method TablerGeoSummaryCardSettings.HeaderInfo
- Method TablerGeoSummaryCardSettings.HeaderInfo
- Method TablerGeoSummaryCardSettings.MapHeight
- Method TablerGeoSummaryCardSettings.MinHeight
- Method TablerGeoSummaryCardSettings.SectionSplitAt
Accepted by parameters
Methods
public TablerGeoSummaryCardSettings Accent(TablerColor color) #Returns:
TablerGeoSummaryCardSettingsSets the accent color used by the card shell.
Parameters
- color HtmlForgeX.TablerColor
public TablerGeoSummaryCard End() #Returns:
TablerGeoSummaryCardReturns control to the root geo summary card.
public TablerGeoSummaryCardSettings FillHeight(Boolean enable = true) #Returns:
TablerGeoSummaryCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
HeaderInfo 2 overloads
public TablerGeoSummaryCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Auto, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #Returns:
TablerGeoSummaryCardSettingsAdds 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 TablerGeoSummaryCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #Returns:
TablerGeoSummaryCardSettingsConfigures the typed info action shown in the card header.
Parameters
- configure System.Action{HtmlForgeX.TablerInfoPopover}
public TablerGeoSummaryCardSettings MapHeight(Int32 pixels) #Returns:
TablerGeoSummaryCardSettingsSets the embedded map height in pixels.
Parameters
- pixels System.Int32
public TablerGeoSummaryCardSettings MinHeight(Int32 pixels) #Returns:
TablerGeoSummaryCardSettingsSets the minimum card height in pixels.
Parameters
- pixels System.Int32
public TablerGeoSummaryCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #Returns:
TablerGeoSummaryCardSettingsControls when the map surface and regional highlights are allowed to split into separate columns.
Parameters
- breakpoint HtmlForgeX.TablerBreakpoint