HtmlForgeX

API Reference

Enum

SmartWizardAccent

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

Optional accent palette for SmartWizard. Applies CSS vars via a helper stylesheet.

Inheritance

  • Enum
  • SmartWizardAccent

Values

public const SmartWizardAccent Default #

Use vendor default accent color.

Value: 0
public const SmartWizardAccent Blue #

Blue accent for active elements.

Value: 1
public const SmartWizardAccent Green #

Green accent for active elements.

Value: 2
public const SmartWizardAccent Red #

Red accent for active elements.

Value: 3
public const SmartWizardAccent Purple #

Purple accent for active elements.

Value: 4
public const SmartWizardAccent Sea #

Sea/Turquoise accent for active elements.

Value: 5