Skip to main content

LayerBase Class

Serves as the base class for all layers.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class LayerBase :
    GaugeLayoutElement,
    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