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

GaugeControlBase Class

The base class for all gauge controls shipped with the DXGauges Suite.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v19.2.dll

Declaration

public abstract class GaugeControlBase :
    Control,
    IModelSupported

Remarks

The GaugeControlBase class provides all functionality that is common for gauge controls derived from it: CircularGaugeControl and LinearGaugeControl.

See Also