HtmlForgeX

API Reference

Interface

IRoundable`1

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Implements
Modifiers abstract

Interface for elements that support configurable border rounding.

Type Parameters

T
Concrete element type.

Methods

public abstract T WithRoundingMode(RoundingMode mode) #
Returns: T

Sets the rounding mode for the element.

Parameters

mode HtmlForgeX.Email.RoundingMode requiredposition: 0
Rounding mode.

Returns

The element instance for chaining.