HtmlForgeX

API Reference

Class

TablerPresenceListCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerPresenceListCard.

Inheritance

  • Object
  • TablerPresenceListCardSettings

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 TablerPresenceListCardSettings Accent(TablerColor color) #
Returns: TablerPresenceListCardSettings

Sets the ambient accent color used by the card.

Parameters

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

Applies denser spacing to metrics and roster rows.

Parameters

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

Returns control to the root builder.

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

Makes the card stretch to fill the available column height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerPresenceListCardSettings MinColumnWidth(String width) #
Returns: TablerPresenceListCardSettings
EditorBrowsable(2)

Sets the minimum width used by the metric rail columns.

Type Parameters

TWidth

Parameters

width System.String requiredposition: 0
MinColumnWidth``1(``0 width) #

Sets the minimum width used by the metric rail columns.

Parameters

width ``0 required