HtmlForgeX

API Reference

Enum

TablerProgressBarType

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

Specifies progress bar variations.

Inheritance

  • Enum
  • TablerProgressBarType

Values

public const TablerProgressBarType Separated #

Separated.

Value: 0
public const TablerProgressBarType Small #

Small.

Value: 1
public const TablerProgressBarType Indeterminate #

Indeterminate.

Value: 2

Extension Methods

public static String ToClassString(TablerProgressBarType type) #
Returns: String

Converts the progress bar type to a Tabler CSS class string.

Parameters

type HtmlForgeX.TablerProgressBarType requiredposition: 0
Progress bar style.

Returns

CSS class name.