RadControls for Silverlight

Base class for all controls that have range list and indicator list.

Namespace: Telerik.Windows.Controls.Gauges
Assembly: Telerik.Windows.Controls.Gauge (in Telerik.Windows.Controls.Gauge.dll) Version: 2013.1.403.1050

Syntax

C#
public abstract class RangedControl : GaugeItemsControl, 
	INotifyPropertyChanged
Visual Basic
Public MustInherit Class RangedControl _
	Inherits GaugeItemsControl _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls.Gauges..::..GaugeItemsControl
                Telerik.Windows.Controls.Gauges..::..RangedControl
                  Telerik.Windows.Controls.Gauges..::..NumericScale
                  Telerik.Windows.Controls.Gauges..::..ScaleBase

See Also