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

ScaleLayerBase Class

Serves as the base class for scale layers.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public abstract class ScaleLayerBase :
    LayerBase

Remarks

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

Inheritance

Show 12 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
See Also