Back to Devexpress

GaugeLayerCollection<T> Class

wpf-devexpress-dot-xpf-dot-gauges-dot-gaugelayercollection-1.md

latest2.3 KB
Original Source

GaugeLayerCollection<T> Class

A base class for collections containing gauge layers.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public class GaugeLayerCollection<T> :
    GaugeDependencyObjectCollection<T>
    where T : GaugeLayerBase
vb
Public Class GaugeLayerCollection(Of T As GaugeLayerBase)
    Inherits GaugeDependencyObjectCollection(Of 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 CircularGaugeControl.Layers property, etc.)

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<T> GaugeDependencyObjectCollectionBase<T> GaugeDependencyObjectCollection<T> GaugeLayerCollection<T> CircularGaugeLayerCollection

DigitalGaugeLayerCollection

LinearGaugeLayerCollection

See Also

GaugeLayerCollection<T> Members

DevExpress.Xpf.Gauges Namespace