Skip to main content
A newer version of this page is available. .

GaugeBase Class

The base class for all gauge controls.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public abstract class GaugeBase :
    Control

Remarks

The GaugeBase class provides all functionality that is common for gauge controls derived from it: CircularGauge and LinearGauge.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also