HtmlForgeX

API Reference

Class

TablerPlaceholderCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerPlaceholderCard.

Inheritance

  • Object
  • TablerPlaceholderCardSettings

Methods

public TablerPlaceholderCardSettings Accent(TablerColor color) #
Returns: TablerPlaceholderCardSettings

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerPlaceholderCardSettings Animation(TablerPlaceholderAnimation animation) #
Returns: TablerPlaceholderCardSettings

Sets the placeholder animation style.

Parameters

animation HtmlForgeX.TablerPlaceholderAnimation requiredposition: 0
public TablerPlaceholderCardSettings Centered(Boolean enable = true) #
Returns: TablerPlaceholderCardSettings

Centers the avatar and text block for profile-style loading states.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerPlaceholderCardSettings Compact(Boolean enable = true) #
Returns: TablerPlaceholderCardSettings

Uses tighter spacing inside the placeholder card.

Parameters

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

Returns control to the root card surface.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerPlaceholderCardSettings Frameless(Boolean enable = true) #
Returns: TablerPlaceholderCardSettings

Removes the outer card shell so the placeholder can blend into another surface.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerPlaceholderCardSettings MediaLayout(Int32 imageColumns = 3) #
Returns: TablerPlaceholderCardSettings

Uses a side-by-side media layout when an image placeholder is present.

Parameters

imageColumns System.Int32 = 3 optionalposition: 0