HtmlForgeX

API Reference

Class

TablerStatusStripSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerStatusStrip.

Inheritance

  • Object
  • TablerStatusStripSettings

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

Sets the accent color used by the status band.

Parameters

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

Uses a tighter signal layout.

Parameters

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

Returns control to the root status band.

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

Makes the band stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerStatusStripSettings NaturalCaseLabels(Boolean enable = true) #
Returns: TablerStatusStripSettings

Keeps eyebrow and signal labels in their provided case instead of forcing uppercase.

Parameters

enable System.Boolean = true optionalposition: 0