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

GaugeLayerBase Class

Serves as the base class for gauge-related layers.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public abstract class GaugeLayerBase :
    LayerBase

Remarks

The GaugeLayerBase class provides all functionality that is common for gauge-related layers derived from it (e.g. the CircularGaugeLayer returned by the CircularGaugeControl.Layers property, etc.)

See Also