HtmlForgeX

API Reference

Enum

TablerTagSize

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

Specifies available tag sizes.

Inheritance

  • Enum
  • TablerTagSize

Values

public const TablerTagSize Normal #

Default tag size.

Value: 0
public const TablerTagSize Small #

Small tag size.

Value: 1
public const TablerTagSize Large #

Large tag size.

Value: 2

Extension Methods

public static String EnumToString(TablerTagSize size) #
Returns: String

Converts a size value to the corresponding CSS class.

Parameters

size HtmlForgeX.TablerTagSize requiredposition: 0
Value to convert.

Returns

CSS class name or empty string.