Back to Devexpress

LayerCollection<T> Class

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

latest2.7 KB
Original Source

LayerCollection<T> Class

A collection that stores the layers of a particular scale.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public abstract class LayerCollection<T> :
    GaugeDependencyObjectCollection<T>
    where T : LayerBase
vb
Public MustInherit Class LayerCollection(Of T As LayerBase)
    Inherits GaugeDependencyObjectCollection(Of T)

Type Parameters

Name
T

Remarks

The LayerCollection<T> class serves as the base for all other collections that store layers (e.g. the ArcScaleLayerCollection returned by the ArcScale.Layers property, LinearScaleLayerCollection returned by the LinearScale.Layers property, etc.)

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<T> GaugeDependencyObjectCollectionBase<T> GaugeDependencyObjectCollection<T> LayerCollection<T> ArcScaleLayerCollection

ArcScaleRangeCollection

LinearScaleLayerCollection

LinearScaleRangeCollection

See Also

LayerCollection<T> Members

Layers

Layers

DevExpress.Xpf.Gauges Namespace