HtmlForgeX

API Reference

Enum

SmartTabTheme

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

Represents the theme options available for SmartTab.

Inheritance

  • Enum
  • SmartTabTheme

Values

public const SmartTabTheme Basic #

Basic theme with minimal styling.

Value: 0
public const SmartTabTheme Classic #

Classic theme with traditional tab styling.

Value: 1
public const SmartTabTheme Dark #

Dark theme for dark mode interfaces.

Value: 2
public const SmartTabTheme Bootstrap #

Bootstrap theme for Bootstrap-based layouts.

Value: 3
public const SmartTabTheme Square #

Square theme with square edges.

Value: 4
public const SmartTabTheme Round #

Round theme with rounded edges.

Value: 5
public const SmartTabTheme Material #

Material design theme.

Value: 6
public const SmartTabTheme Elite #

Elite theme with framed active tab.

Value: 7
public const SmartTabTheme Pills #

Pills theme with rounded pill navigation.

Value: 8
public const SmartTabTheme Brick #

Brick theme with solid active block.

Value: 9
public const SmartTabTheme Forge #

Forge theme with bordered navigation.

Value: 10
public const SmartTabTheme Blocks #

Blocks theme with card-like tab blocks.

Value: 11