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