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

ScaleLayerBase Class

Serves as the base class for scale layers.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v19.1.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.)

See Also