API Reference
Interface
IRoundable`1
Interface for elements that support configurable border rounding.
Type Parameters
- T
- Concrete element type.
Methods
public abstract T WithRoundingMode(RoundingMode mode) #Returns:
TSets the rounding mode for the element.
Parameters
- mode HtmlForgeX.Email.RoundingMode
- Rounding mode.
Returns
The element instance for chaining.