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
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.)
Inheritance
See Also