ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1Gauge Class
Members

In This Topic
    C1Gauge Class
    In This Topic
    Base class for gauges controls.
    Object Model
    C1Gauge Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1Gauge 
       Inherits System.Windows.Controls.Control
    public abstract class C1Gauge : System.Windows.Controls.Control 
    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.Gauge.C1Gauge
                            C1.WPF.Gauge.C1LinearGauge
                            C1.WPF.Gauge.C1RadialGauge

    See Also