RadControls for WPF

Main gauge panel. All gauges (radial, linear, digital panel, and state indicator) should be placed here. It can have flexible content layout. Any WPF panel object (Grid, StackPanel, DockPanel and so on) can be used as content of the gauge panel.

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

Syntax

C#
public class RadGauge : ContentControl, IThemable
Visual Basic
Public Class RadGauge _
	Inherits ContentControl _
	Implements IThemable

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
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls..::..RadGauge

See Also