HtmlForgeX

API Reference

Enum

TablerHeaderChrome

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
EditorBrowsable(2)

Defines shared visual chrome options for top navigation headers.

Inheritance

  • Enum
  • TablerHeaderChrome

Values

public const TablerHeaderChrome Default #

Keeps the default integrated header appearance.

Value: 0
public const TablerHeaderChrome Raised #

Uses a stronger raised shell for the top navigation.

Value: 1
public const TablerHeaderChrome Segmented #

Separates key utilities into grouped chips within the top navigation.

Value: 2
public const TablerHeaderChrome UtilityRail #

Emphasizes the utility controls as a dedicated rail while keeping primary navigation calmer.

Value: 3