HtmlForgeX

API Reference

Enum

TablerOverflow

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

Defines overflow utility classes.

Inheritance

  • Enum
  • TablerOverflow

Values

public const TablerOverflow Visible #

overflow-visible

Value: 0
public const TablerOverflow Hidden #

overflow-hidden

Value: 1
public const TablerOverflow Auto #

overflow-auto

Value: 2
public const TablerOverflow Scroll #

overflow-scroll

Value: 3

Extension Methods

public static String EnumToString(TablerOverflow overflow) #
Returns: String

Converts the overflow value to a Bootstrap/Tabler utility class.

Parameters

overflow HtmlForgeX.TablerOverflow requiredposition: 0