HtmlForgeX

API Reference

Enum

ChartJsFontWeight

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

Represents the font weight.

Inheritance

  • Enum
  • ChartJsFontWeight

Values

public const ChartJsFontWeight Normal #

Normal weight.

Value: 0
public const ChartJsFontWeight Bold #

Bold weight.

Value: 1
public const ChartJsFontWeight Lighter #

Lighter weight.

Value: 2
public const ChartJsFontWeight Bolder #

Bolder weight.

Value: 3