HtmlForgeX

API Reference

Class

TablerInsightBannerSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public TablerInsightBannerSettings Accent(TablerColor color) #
Returns: TablerInsightBannerSettings

Sets the ambient accent color.

Parameters

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

Uses tighter spacing for dense dashboard banners.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerInsightBannerSettings Description(String description) #
Returns: TablerInsightBannerSettings

Sets the main insight description.

Parameters

description System.String requiredposition: 0
public TablerInsightBanner End() #
Returns: TablerInsightBanner

Returns the root insight banner.

public TablerInsightBannerSettings FillHeight(Boolean enabled = true) #
Returns: TablerInsightBannerSettings

Stretches the banner to fill the parent height.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerInsightBannerSettings SignalIcon(TablerIconType icon) #
Returns: TablerInsightBannerSettings

Sets the banner icon.

Parameters

icon HtmlForgeX.TablerIconType requiredposition: 0
public TablerInsightBannerSettings Source(String source) #
Returns: TablerInsightBannerSettings

Sets the insight source label.

Parameters

source System.String requiredposition: 0
public TablerInsightBannerSettings Subtitle(String subtitle) #
Returns: TablerInsightBannerSettings

Sets supporting copy under the title.

Parameters

subtitle System.String requiredposition: 0
public TablerInsightBannerSettings Title(String title) #
Returns: TablerInsightBannerSettings

Sets the banner title.

Parameters

title System.String requiredposition: 0