HtmlForgeX

API Reference

Enum

SmartWizardSurfaceStyle

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

Controls how SmartWizard frames itself inside surrounding layouts.

Inheritance

  • Enum
  • SmartWizardSurfaceStyle

Values

public const SmartWizardSurfaceStyle Default #

Uses vendor/default SmartWizard chrome with no additional HtmlForgeX surface wrapper.

Value: 0
public const SmartWizardSurfaceStyle Card #

Renders SmartWizard as a standalone framed card surface.

Value: 1
public const SmartWizardSurfaceStyle Embedded #

Renders SmartWizard as an embedded surface suitable for galleries and host cards.

Value: 2