API Reference
Class
TablerInsightBannerSettings
Settings for TablerInsightBanner.
Inheritance
- Object
- TablerInsightBannerSettings
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 TablerInsightBannerSettings.Accent
- Method TablerInsightBannerSettings.Compact
- Method TablerInsightBannerSettings.Description
- Method TablerInsightBannerSettings.FillHeight
- Method TablerInsightBannerSettings.SignalIcon
- Method TablerInsightBannerSettings.Source
- Method TablerInsightBannerSettings.Subtitle
- Method TablerInsightBannerSettings.Title
Accepted by parameters
- Method TablerInsightBanner.Settings
Methods
public TablerInsightBannerSettings Accent(TablerColor color) #Returns:
TablerInsightBannerSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerInsightBannerSettings Compact(Boolean enabled = true) #Returns:
TablerInsightBannerSettingsUses tighter spacing for dense dashboard banners.
Parameters
- enabled System.Boolean = true
public TablerInsightBannerSettings Description(String description) #Returns:
TablerInsightBannerSettingsSets the main insight description.
Parameters
- description System.String
public TablerInsightBannerSettings FillHeight(Boolean enabled = true) #Returns:
TablerInsightBannerSettingsStretches the banner to fill the parent height.
Parameters
- enabled System.Boolean = true
public TablerInsightBannerSettings SignalIcon(TablerIconType icon) #Returns:
TablerInsightBannerSettingsSets the banner icon.
Parameters
- icon HtmlForgeX.TablerIconType
public TablerInsightBannerSettings Source(String source) #Returns:
TablerInsightBannerSettingsSets the insight source label.
Parameters
- source System.String
public TablerInsightBannerSettings Subtitle(String subtitle) #Returns:
TablerInsightBannerSettingsSets supporting copy under the title.
Parameters
- subtitle System.String
public TablerInsightBannerSettings Title(String title) #Returns:
TablerInsightBannerSettingsSets the banner title.
Parameters
- title System.String