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

In This Topic
    UserInterfaceBase Class
    In This Topic
    Base class for Legend and Viewport.
    Syntax
    'Declaration
     
    Public MustInherit Class UserInterfaceBase 
       Inherits DisposableBase
       Implements IUserInterfaceElement 
    public abstract class UserInterfaceBase : DisposableBase, 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.Grid
                            devDept.Eyeshot.Legend
                            devDept.Eyeshot.UserInterfaceSymbolBase

    See Also