RadControls for Silverlight

Represents numeric indicator.

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

Syntax

C#
public class NumericIndicator : GaugeItemsControl, 
	IGaugeIndicator
Visual Basic
Public Class NumericIndicator _
	Inherits GaugeItemsControl _
	Implements IGaugeIndicator

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..::..NumericIndicator

See Also