HtmlForgeX

API Reference

Enum

TablerCardLinkEffect

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

Hover treatment for a card rendered as a link.

Inheritance

  • Enum
  • TablerCardLinkEffect

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TablerCardLinkEffect None #

No additional hover treatment.

Value: 0
public const TablerCardLinkEffect Rotate #

Rotate the card slightly on hover.

Value: 1
public const TablerCardLinkEffect Pop #

Raise the card on hover.

Value: 2