Skip to main content

ArcScaleLayerCollection Class

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

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class ArcScaleLayerCollection :
    LayerCollection<ArcScaleLayer>

The following members 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

See Also