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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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