HtmlForgeX

API Reference

Enum

EmailStatValueStyle

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

Controls the visual density of the stat-card value.

Inheritance

  • Enum
  • EmailStatValueStyle

Values

public const EmailStatValueStyle Metric #

Prominent metric style intended for short numeric values.

Value: 0
public const EmailStatValueStyle Regular #

Balanced style for mixed values (short text, IDs, compact labels).

Value: 1
public const EmailStatValueStyle Compact #

Compact style optimized for long strings (emails, hostnames, lists).

Value: 2