HtmlForgeX

API Reference

Class

TablerSocialTileCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerSocialTileCard.

Inheritance

  • Object
  • TablerSocialTileCardSettings

Methods

public TablerSocialTileCardSettings Accent(TablerColor color) #
Returns: TablerSocialTileCardSettings

Sets the tile accent color.

Parameters

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

Uses a denser compact layout.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerSocialTileCard End() #
Returns: TablerSocialTileCard

Returns control to the root tile.

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

Makes the tile stretch to the available height in grid layouts.

Parameters

enable System.Boolean = true optionalposition: 0