HtmlForgeX

API Reference

Enum

TablerBadgeStyle

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

Represents the style of a badge.

Inheritance

  • Enum
  • TablerBadgeStyle

Values

public const TablerBadgeStyle Normal #

Standard solid badge.

Value: 0
public const TablerBadgeStyle Outline #

Outlined badge variant.

Value: 1
public const TablerBadgeStyle Pill #

Pill-shaped badge.

Value: 2
public const TablerBadgeStyle Soft #

Soft (light) background badge.

Value: 3