HtmlForgeX

API Reference

Enum

FontStyle

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

CSS font-style options.

Inheritance

  • Enum
  • FontStyle

Usage

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

Returned or exposed by

Accepted by parameters

Values

public const FontStyle Normal #

Normal style.

Value: 1
public const FontStyle Italic #

Italic style.

Value: 2
public const FontStyle Oblique #

Oblique style.

Value: 3