Skip to main content

GaugeLayerCollection<T> Class

A base class for collections containing gauge layers.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class GaugeLayerCollection<T> :
    GaugeLayoutElementCollection<T>

Type Parameters

Name
T

Remarks

The GaugeLayerCollection<T> class serves as the base for all other collections that store gauge layers (e.g., the CircularGaugeLayerCollection returned by the CircularGauge.Layers property, etc.)

See Also