Skip to main content

ArcScale.Layers Property

Provides access to a collection of layers contained in the current Circular scale.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

#Declaration

public ArcScaleLayerCollection Layers { get; }

#Property Value

Type Description
ArcScaleLayerCollection

An ArcScaleLayerCollection object that contains scale layers.

#Remarks

Use the Layers property to add or remove layers to the current scale, as well as to customize different settings of individual scale layers. A single layer is an instance of the ArcScale class and can be accessed via the Item[] property of an ArcScaleLayerCollection object.

Example: How to: Use ArcScale

See Also