API Reference
Enum
EmailStatValueStyle
Controls the visual density of the stat-card value.
Inheritance
- Enum
- EmailStatValueStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailStatCard.ValueStyle
- Field EmailStatValueStyle.Compact
- Field EmailStatValueStyle.Metric
- Field EmailStatValueStyle.Regular
Accepted by parameters
- Method EmailStatCard.WithValueStyle
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