HtmlForgeX

API Reference

Class

TablerCountUpSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerCountUp.

Inheritance

  • Object
  • TablerCountUpSettings

Methods

public TablerCountUpSettings Class(String cssClass) #
Returns: TablerCountUpSettings

Adds a CSS class to the rendered span.

Parameters

cssClass System.String requiredposition: 0
public TablerCountUpSettings Decimal(String separator) #
Returns: TablerCountUpSettings

Sets the decimal separator.

Parameters

separator System.String requiredposition: 0
public TablerCountUpSettings DecimalPlaces(Int32 decimalPlaces) #
Returns: TablerCountUpSettings

Sets the number of decimal places rendered by the countup.

Parameters

decimalPlaces System.Int32 requiredposition: 0
public TablerCountUpSettings Duration(Double seconds) #
Returns: TablerCountUpSettings

Sets the animation duration in seconds.

Parameters

seconds System.Double requiredposition: 0
public TablerCountUpSettings Easing(Boolean enable = true) #
Returns: TablerCountUpSettings

Enables or disables easing.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCountUp End() #
Returns: TablerCountUp

Returns control to the root countup.

public TablerCountUpSettings Grouping(Boolean enable = true) #
Returns: TablerCountUpSettings

Enables or disables numeric grouping.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCountUpSettings Id(String id) #
Returns: TablerCountUpSettings

Sets the id attribute of the rendered span.

Parameters

id System.String requiredposition: 0
public TablerCountUpSettings Separator(String separator) #
Returns: TablerCountUpSettings

Sets the thousands separator.

Parameters

separator System.String requiredposition: 0
public TablerCountUpSettings StartValue(Double value) #
Returns: TablerCountUpSettings

Sets the initial numeric value used before the animation starts.

Parameters

value System.Double requiredposition: 0