Back to Devexpress

LinearScale.Layers Property

wpf-devexpress-dot-xpf-dot-gauges-dot-linearscale-d758c81a.md

latest1.8 KB
Original Source

LinearScale.Layers Property

Provides access to a collection of layers contained in the current Linear Scale.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public LinearScaleLayerCollection Layers { get; }
vb
Public ReadOnly Property Layers As LinearScaleLayerCollection

Property Value

TypeDescription
LinearScaleLayerCollection

A LinearScaleLayerCollection 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 LinearScale class and can be accessed via the GaugeDependencyObjectCollectionBase<T>.Item property of an LinearScaleLayerCollection object.

See Also

LinearScale Class

LinearScale Members

DevExpress.Xpf.Gauges Namespace