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

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 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