LayerBase Class
In This Article
Serves as the base class for all layers.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: 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.)
#Inheritance
See Also