Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / C1Gauge Class
Members

In This Topic
    C1Gauge Class
    In This Topic
    Base class for the Gauge controls
    Object Model
    C1Gauge Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1Gauge 
       Inherits C1.WPF.Core.C1View
    public abstract class C1Gauge : C1.WPF.Core.C1View 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Core.C1View
                            C1.WPF.Gauge.C1Gauge
                               C1.WPF.Gauge.C1LinearGauge
                               C1.WPF.Gauge.C1RadialGauge

    See Also