API Reference
Enum
HfxThemeVariant
HtmlForgeX theme variants layered on top of ThemeMode.
Inheritance
- Enum
- HfxThemeVariant
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property Document.DarkThemeVariant
- Property Document.LightThemeVariant
- Property DocumentConfiguration.DarkThemeVariant
- Property DocumentConfiguration.LightThemeVariant
- Field HfxThemeVariant.DarkBlack
- Field HfxThemeVariant.DarkCarbon
- Field HfxThemeVariant.DarkMatrix
- Field HfxThemeVariant.Default
Accepted by parameters
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 HfxThemeVariant Default #Use the vendor default for the selected mode (Tabler/Bootstrap).
Value:
0public const HfxThemeVariant DarkBlack #Dark variant with a deeper ("blackish") background while preserving readability.
Value:
1public const HfxThemeVariant DarkCarbon #Dark variant with a modern "carbon" surface (slightly brighter than DarkBlack).
Value:
2public const HfxThemeVariant DarkMatrix #Dark variant with matte black surfaces, fine dot-matrix texture, and green operator accents.
Value:
3