HtmlForgeX

API Reference

Enum

TablerCardHeaderStyle

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

Card header styles

Inheritance

  • Enum
  • TablerCardHeaderStyle

Values

public const TablerCardHeaderStyle Default #

Default.

Value: 0
public const TablerCardHeaderStyle Light #

Light.

Value: 1
public const TablerCardHeaderStyle Dark #

Dark.

Value: 2
public const TablerCardHeaderStyle Transparent #

Transparent.

Value: 3
public const TablerCardHeaderStyle Borderless #

Borderless.

Value: 4

Extension Methods

public static String ToTablerCardHeaderClass(TablerCardHeaderStyle style) #
Returns: String

Converts a header style value to its Tabler CSS class.

Parameters

style HtmlForgeX.TablerCardHeaderStyle requiredposition: 0