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

ScaleLayerBase Class

Serves as the base class for scale layers.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

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.)

See Also