HtmlForgeX

API Reference

Enum

TablerCardFooterStyle

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

Card footer styles

Inheritance

  • Enum
  • TablerCardFooterStyle

Values

public const TablerCardFooterStyle Default #

Default.

Value: 0
public const TablerCardFooterStyle Transparent #

Transparent.

Value: 1
public const TablerCardFooterStyle Borderless #

Borderless.

Value: 2
public const TablerCardFooterStyle Light #

Light.

Value: 3
public const TablerCardFooterStyle Dark #

Dark.

Value: 4

Extension Methods

public static String ToTablerCardFooterClass(TablerCardFooterStyle style) #
Returns: String

Converts a footer style value to its Tabler CSS class.

Parameters

style HtmlForgeX.TablerCardFooterStyle requiredposition: 0