wpf-devexpress-dot-xpf-dot-gauges-dot-gaugelayercollection-1.md
A base class for collections containing gauge layers.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
public class GaugeLayerCollection<T> :
GaugeDependencyObjectCollection<T>
where T : GaugeLayerBase
Public Class GaugeLayerCollection(Of T As GaugeLayerBase)
Inherits GaugeDependencyObjectCollection(Of T)
| Name |
|---|
| T |
The GaugeLayerCollection<T> class serves as the base for all other collections that store gauge layers (e.g. the CircularGaugeLayerCollection returned by the CircularGaugeControl.Layers property, etc.)
Show 12 items
Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<T> GaugeDependencyObjectCollectionBase<T> GaugeDependencyObjectCollection<T> GaugeLayerCollection<T> CircularGaugeLayerCollection
See Also