HtmlForgeX

API Reference

Enum

TablerTextSize

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

Text size options for Tabler hero titles.

Inheritance

  • Enum
  • TablerTextSize

Values

public const TablerTextSize Display1 #

Display 1 (largest)

Value: 0
public const TablerTextSize Display2 #

Display 2

Value: 1
public const TablerTextSize Display3 #

Display 3

Value: 2
public const TablerTextSize Display4 #

Display 4

Value: 3
public const TablerTextSize H1 #

Heading 1

Value: 4
public const TablerTextSize H2 #

Heading 2

Value: 5
public const TablerTextSize H3 #

Heading 3

Value: 6