HtmlForgeX

API Reference

Enum

TabsOrientation

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

Controls layout orientation for TablerTabs.

Inheritance

  • Enum
  • TabsOrientation

Values

public const TabsOrientation Horizontal #

Horizontal tabs above content.

Value: 0
public const TabsOrientation VerticalLeft #

Vertical tabs on the left side.

Value: 1
public const TabsOrientation VerticalRight #

Vertical tabs on the right side.

Value: 2