ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ProgressBar Namespace / C1ProgressBar Class / AnimationDelay Property

In This Topic
    AnimationDelay Property
    In This Topic
    Gets or sets the delay time of the progress bar in milliseconds before doing animation.
    Syntax
    'Declaration
     
    Public Property AnimationDelay As System.Integer
    public System.int AnimationDelay {get; set;}
    See Also