CountUp
Namespace: Wisej.Web.Ext.CountUp
Assembly: Wisej.Web.Ext.CountUp
CountUp.js is a dependency-free, lightweight JavaScript widget that can be used to create animations that display numerical data in a more interesting way. countUp.
- C#
- VB.NET
public class CountUp : Control
Public Class CountUp
Inherits Control
Constructors
CountUp()
Properties
Duration
Int32: Returns or sets the duration of the animation in milliseconds. (Default: 2500)
Numerals
String[]: Array of custom numerals for the digits from 0 to 9.
TextAlign
HorizontalAlignment: Returns or sets the alignment of the label. The default is Left. (Default: Left)
UseEasing
Boolean: Returns or sets whether the animation will use easing. (Default: True)
UseGrouping
Boolean: Returns or sets whether the numeric value will be formatted using the grouping separator. (Default: True)
Value
Single: Returns or sets a numeric value to count to. (Default: 0)
Events
CountTerminated
EventHandler Fired when the widget has finished counting.
ValueChanged
EventHandler Fired when the value changes.