API Reference
Enum
EmailStatValueStyle
Controls the visual density of the stat-card value.
Inheritance
- Enum
- EmailStatValueStyle
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const EmailStatValueStyle Metric #Prominent metric style intended for short numeric values.
Value:
0public const EmailStatValueStyle Regular #Balanced style for mixed values (short text, IDs, compact labels).
Value:
1public const EmailStatValueStyle Compact #Compact style optimized for long strings (emails, hostnames, lists).
Value:
2