HtmlForgeX

API Reference

Enum

TablerThemeButtonPreset

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Preset visual styles for TablerThemeButtonGroup and related toggle groups.

Inheritance

  • Enum
  • TablerThemeButtonPreset

Values

public const TablerThemeButtonPreset Default #

Default style (icon + text, outlined).

Value: 0
public const TablerThemeButtonPreset IconOnly #

Icon-only buttons with outline and compact sizing.

Value: 1
public const TablerThemeButtonPreset IconOnlyGhost #

Icon-only buttons with ghost styling (no borders).

Value: 2
public const TablerThemeButtonPreset TextOnly #

Text-only buttons with outline.

Value: 3
public const TablerThemeButtonPreset Solid #

Solid buttons (icon + text) without outline.

Value: 4