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

ArcScaleLayerCollection Class

A collection that stores the layers of a particular arc scale.

Namespace: DevExpress.WinUI.Gauges

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

Declaration

public class ArcScaleLayerCollection :
    LayerCollection<ArcScaleLayer>

The following members accept/return ArcScaleLayerCollection objects:

Remarks

Each arc scale can hold a collection of layers returned by the ArcScale.Layers property and represented by the ArcScaleLayerCollection class. Each collection item is an instance of the ArcScaleLayer class and can be accessed via the Item[] property of an ArcScaleLayerCollection object.

For more information on layers, refer to the Layers (Circular Scale) document.

Example: How to: Use ArcScale

Inheritance

See Also