wpf-devexpress-dot-xpf-dot-gauges-dot-valueindicatorcollection-1.md
A collection that stores the value indicators of a particular scale.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
public abstract class ValueIndicatorCollection<T> :
GaugeDependencyObjectCollection<T>
where T : ValueIndicatorBase
Public MustInherit Class ValueIndicatorCollection(Of T As ValueIndicatorBase)
Inherits GaugeDependencyObjectCollection(Of T)
| Name |
|---|
| T |
The ValueIndicatorCollection<T> class serves as the base for all other collections that store value indicators (e.g. ArcScaleNeedleCollection returned by the ArcScale.Needles property, LinearScaleLevelBarCollection returned by the LinearScale.LevelBars property, etc.)
Show 17 items
Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<T> GaugeDependencyObjectCollectionBase<T> GaugeDependencyObjectCollection<T> ValueIndicatorCollection<T> ArcScaleIndicatorCollection<T>
LinearScaleIndicatorCollection<T>
See Also