HtmlForgeX

API Reference

Enum

TablerChangeType

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

Represents change indicator types for stat cards

Inheritance

  • Enum
  • TablerChangeType

Values

public const TablerChangeType None #

No change indicator

Value: 0
public const TablerChangeType Increase #

Positive/increase indicator

Value: 1
public const TablerChangeType Decrease #

Negative/decrease indicator

Value: 2