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.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.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 CircularGauge.Layers property, etc.)

Inheritance

Show 12 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
See Also