HtmlForgeX

API Reference

Class

TablerSocialTileCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Social or distribution-style stat tile inspired by Tabler's social tiles.

Inheritance

Constructors

Methods

public TablerSocialTileCard Accent(TablerColor color) #
Returns: TablerSocialTileCard

Sets the ambient accent color used by the tile.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
App 2 overloads
public TablerSocialTileCard App(TablerSocialApp app) #
Returns: TablerSocialTileCard

Sets the social application icon.

Parameters

app HtmlForgeX.TablerSocialApp requiredposition: 0
public TablerSocialTileCard App(String customAppClass) #
Returns: TablerSocialTileCard

Sets a custom Tabler social icon class suffix such as x or facebook.

Parameters

customAppClass System.String requiredposition: 0
public TablerSocialTileCard Change(String text, Nullable<TablerChangeType> type = null) #
Returns: TablerSocialTileCard

Sets the change text displayed next to the main value.

Parameters

text System.String requiredposition: 0
type System.Nullable{HtmlForgeX.TablerChangeType} = null optionalposition: 1
public TablerSocialTileCard Count(Double value, Int32 decimalPlaces = 0, Nullable<Double> startValue = null) #
Returns: TablerSocialTileCard

Sets a numeric value rendered through the built-in countup helper.

Parameters

value System.Double requiredposition: 0
decimalPlaces System.Int32 = 0 optionalposition: 1
startValue System.Nullable{System.Double} = null optionalposition: 2
public TablerSocialTileCard Description(String description) #
Returns: TablerSocialTileCard

Sets the descriptive note at the bottom of the tile.

Parameters

description System.String requiredposition: 0
RegisterLibraries() #
public TablerSocialTileCard Settings(Action<TablerSocialTileCardSettings> configure) #
Returns: TablerSocialTileCard

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerSocialTileCardSettings} requiredposition: 0
public TablerSocialTileCard Status(String text, TablerColor color, Boolean animated = true) #
Returns: TablerSocialTileCard

Sets the live status line shown in the tile footer.

Parameters

text System.String requiredposition: 0
color HtmlForgeX.TablerColor requiredposition: 1
animated System.Boolean = true optionalposition: 2
public TablerSocialTileCard Subtitle(String subtitle) #
Returns: TablerSocialTileCard

Sets the supporting subtitle under the title.

Parameters

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

Sets the tile title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String
public TablerSocialTileCard Value(String value) #
Returns: TablerSocialTileCard

Sets a plain string value for the tile.

Parameters

value System.String requiredposition: 0