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

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