HtmlForgeX

API Reference

Enum

FontStyle

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

Represents font style options for text elements.

Inheritance

  • Enum
  • FontStyle

Values

public const FontStyle Normal #

Normal font style (default).

Value: 0
public const FontStyle Italic #

Italic font style.

Value: 1
public const FontStyle Oblique #

Oblique font style.

Value: 2