HtmlForgeX

API Reference

Enum

TabsAlignment

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

Alignment for tabs navigation.

Inheritance

  • Enum
  • TabsAlignment

Values

public const TabsAlignment Start #

Align tabs to the start.

Value: 0
public const TabsAlignment Center #

Center tabs.

Value: 1
public const TabsAlignment End #

Align tabs to the end.

Value: 2
public const TabsAlignment Between #

Distribute tabs with space between items (no stretching).

Value: 3
public const TabsAlignment Around #

Distribute tabs with space around items (no stretching).

Value: 4
public const TabsAlignment Evenly #

Distribute tabs with space evenly between items (no stretching).

Value: 5
public const TabsAlignment Justified #

Justify tabs to fill the width.

Value: 6

Extension Methods

public static String ToHorizontalClass(TabsAlignment alignment) #
Returns: String

Gets the Bootstrap class for horizontal alignment.

Parameters

alignment HtmlForgeX.TabsAlignment requiredposition: 0
public static String ToVerticalClass(TabsAlignment alignment) #
Returns: String

Gets the Bootstrap class for vertical alignment.

Parameters

alignment HtmlForgeX.TabsAlignment requiredposition: 0