Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ProgressBar Class / AnimationInterval Property

In This Topic
    AnimationInterval Property (ProgressBar)
    In This Topic
    Gets or set the animation interval for continuous progress bar.
    Syntax
    'Declaration
     
    Public Property AnimationInterval As Integer
    public int AnimationInterval {get; set;}
    See Also