HtmlForgeX

API Reference

Enum

SmartWizardTheme

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

Represents the theme options available for SmartWizard.

Inheritance

  • Enum
  • SmartWizardTheme

Values

public const SmartWizardTheme Basic #

Basic theme with minimal styling.

Value: 0
public const SmartWizardTheme Arrows #

Arrows theme with arrow-style navigation.

Value: 1
public const SmartWizardTheme Square #

Square theme with square step indicators.

Value: 2
public const SmartWizardTheme Round #

Round theme with rounded step indicators.

Value: 3
public const SmartWizardTheme Dots #

Dots theme with dot-style indicators.

Value: 4
public const SmartWizardTheme Progress #

Progress theme with progress bar styling.

Value: 5
public const SmartWizardTheme Material #

Material design theme.

Value: 6
public const SmartWizardTheme Dark #

Dark theme for dark mode interfaces.

Value: 7
public const SmartWizardTheme Tabs #

Tabs chrome using Bootstrap nav-tabs.

Value: 8
public const SmartWizardTheme Chips #

Chip-like chrome using Bootstrap nav-pills (formerly 'Pills').

Value: 9
public const SmartWizardTheme DataGrid #

DataGrid-inspired chips (small radius rectangles with subtle border/underline).

Value: 10