API Reference
Enum
SmartWizardSurfaceStyle
Controls how SmartWizard frames itself inside surrounding layouts.
Inheritance
- Enum
- SmartWizardSurfaceStyle
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const SmartWizardSurfaceStyle Default #Uses vendor/default SmartWizard chrome with no additional HtmlForgeX surface wrapper.
Value:
0public const SmartWizardSurfaceStyle Card #Renders SmartWizard as a standalone framed card surface.
Value:
1public const SmartWizardSurfaceStyle Embedded #Renders SmartWizard as an embedded surface suitable for galleries and host cards.
Value:
2