Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ProgressBar Class
Members

In This Topic
    ProgressBar Class
    In This Topic
    Viewport progress bar.
    Syntax
    'Declaration
     
    Public Class ProgressBar 
       Inherits BarBase
       Implements IUserInterfaceElement 
    public class ProgressBar : BarBase, IUserInterfaceElement  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      devDept.Eyeshot.DisposableBase
                         devDept.Eyeshot.UserInterfaceBase
                               devDept.Eyeshot.ProgressBar

    See Also