Back to Devexpress

BaseGauge Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-efcd8c0f.md

latest2.5 KB
Original Source

BaseGauge Class

Represents the base class for gauges.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public abstract class BaseGauge :
    Component,
    IGauge,
    IComponent,
    IDisposable,
    ISupportAcceptOrder,
    INamed,
    ISupportLockUpdate,
    ILayoutManagerClient,
    ISupportCustomizeAction,
    ISerizalizeableElement,
    IXtraSerializable,
    ISupportStyles
vb
Public MustInherit Class BaseGauge
    Inherits Component
    Implements IGauge,
               IComponent,
               IDisposable,
               ISupportAcceptOrder,
               INamed,
               ISupportLockUpdate,
               ILayoutManagerClient,
               ISupportCustomizeAction,
               ISerizalizeableElement,
               IXtraSerializable,
               ISupportStyles

Implements

IXtraSerializable

Inheritance

Object MarshalByRefObject Component BaseGauge StateIndicatorGauge

CircularGauge

DigitalGauge

LinearGauge

BaseGaugeWin

See Also

BaseGauge Members

CircularGauge

DigitalGauge

StateIndicatorGauge

LinearGauge

DevExpress.XtraGauges.Core.Model Namespace