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

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