Skip to main content

GaugeLayerCollection<T> Class

A base class for collections containing gauge layers.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#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