wpf-devexpress-dot-xpf-dot-gauges-dot-layercollection-1.md
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
public abstract class LayerCollection<T> :
GaugeDependencyObjectCollection<T>
where T : LayerBase
Public MustInherit Class LayerCollection(Of T As LayerBase)
Inherits GaugeDependencyObjectCollection(Of T)
| Name |
|---|
| T |
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.)
Show 13 items
Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<T> GaugeDependencyObjectCollectionBase<T> GaugeDependencyObjectCollection<T> LayerCollection<T> ArcScaleLayerCollection
See Also