Eyeshot 11 WPF API Reference
WPF 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