HtmlForgeX

API Reference

Class

TablerStatusDot

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Tabler status dot component for visual status indicators

Inheritance

Constructors

public TablerStatusDot() #

Initializes a new instance of the TablerStatusDot class

Methods

public TablerStatusDot Animated(Boolean animated = true) #
Returns: TablerStatusDot

Make status dot animated

Parameters

animated System.Boolean = true optionalposition: 0
public TablerStatusDot Color(TablerStatusColor color) #
Returns: TablerStatusDot

Set status color

Parameters

color HtmlForgeX.TablerStatusColor requiredposition: 0
public TablerStatusDot Size(TablerStatusDotSize size) #
Returns: TablerStatusDot

Set dot size

Parameters

size HtmlForgeX.TablerStatusDotSize requiredposition: 0
public override String ToString() #
Returns: String

Renders the status dot to HTML string

Returns

HTML representation of the status dot