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

LayerBase Class

Serves as the base class for all layers.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gauges, DevExpress.Wpf.Gauges

Declaration

public abstract class LayerBase :
    GaugeDependencyObject,
    IOwnedElement,
    IModelSupported,
    IWeakEventListener,
    ILayoutCalculator

Remarks

The LayerBase class provides all functionality that is common for layers derived from it (e.g. the ArcScaleLayer returned by the ArcScale.Layers property, ArcScaleRange returned by the ArcScale.Ranges property, etc.)

See Also