HtmlForgeX

API Reference

Enum

RoundingMode

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

Controls how border radius values are applied.

Inheritance

  • Enum
  • RoundingMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const RoundingMode Auto #

Automatically apply default rounding.

Value: 0
public const RoundingMode None #

Disable rounding on all elements.

Value: 1
public const RoundingMode Manual #

Only explicitly set values are used.

Value: 2