HtmlForgeX

API Reference

Enum

ChartJsFontStyle

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

Represents the font style.

Inheritance

  • Enum
  • ChartJsFontStyle

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 ChartJsFontStyle Normal #

Normal font style.

Value: 0
public const ChartJsFontStyle Italic #

Italic font style.

Value: 1
public const ChartJsFontStyle Oblique #

Oblique font style.

Value: 2