HtmlForgeX

API Reference

Enum

TablerStatusColor

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

Represents color options for TablerStatusDot

Inheritance

  • Enum
  • TablerStatusColor

Values

public const TablerStatusColor Default #

Default color

Value: 0
public const TablerStatusColor Success #

Success/green color

Value: 1
public const TablerStatusColor Warning #

Warning/yellow color

Value: 2
public const TablerStatusColor Danger #

Danger/red color

Value: 3
public const TablerStatusColor Info #

Info/blue color

Value: 4
public const TablerStatusColor Primary #

Primary theme color

Value: 5
public const TablerStatusColor Secondary #

Secondary theme color

Value: 6
public const TablerStatusColor Light #

Light color

Value: 7
public const TablerStatusColor Dark #

Dark color

Value: 8
public const TablerStatusColor Red #

Red color

Value: 9
public const TablerStatusColor Green #

Green color

Value: 10
public const TablerStatusColor Yellow #

Yellow color

Value: 11
public const TablerStatusColor Blue #

Blue color

Value: 12