Define how long (in milliseconds) the animation of the progress will run.

Namespace:  C1.Web.UI.Controls.C1ProgressBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public int AnimationDuration { get; set; }
Visual Basic (Declaration)
Public Property AnimationDuration As Integer
	Get
	Set

Remarks

The default value for this property is 100.

See Also