HtmlForgeX

API Reference

Enum

TablerCardRotation

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

Rotation treatment applied to a card.

Inheritance

  • Enum
  • TablerCardRotation

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 TablerCardRotation None #

No rotation.

Value: 0
public const TablerCardRotation Left #

Rotate toward the left.

Value: 1
public const TablerCardRotation Right #

Rotate toward the right.

Value: 2