HtmlForgeX

API Reference

Enum

SmartTabNavStyle

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

Visual styles to make SmartTab navigation more obviously “tabs”.

Inheritance

  • Enum
  • SmartTabNavStyle

Values

public const SmartTabNavStyle Default #

Use theme defaults.

Value: 0
public const SmartTabNavStyle Tabs #

Use Bootstrap-like tabs with borders and active underline.

Value: 1
public const SmartTabNavStyle Underline #

Underline style for active nav items.

Value: 2
public const SmartTabNavStyle Bordered #

Simple bottom border under the nav to separate from content.

Value: 3