wpf-devexpress-dot-xpf-dot-gauges-b2ec6449.md
Serves as the base class for all layers.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
public abstract class LayerBase :
GaugeDependencyObject,
IOwnedElement,
IModelSupported,
IWeakEventListener,
ILayoutCalculator
Public MustInherit Class LayerBase
Inherits GaugeDependencyObject
Implements IOwnedElement,
IModelSupported,
IWeakEventListener,
ILayoutCalculator
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.)
Show 16 items
Object DispatcherObject DependencyObject Freezable GaugeDependencyObject LayerBase GaugeLayerBase
See Also