wpf-devexpress-dot-xpf-dot-gauges-0240029c.md
Serves as the base class for all value indicators.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
public abstract class ValueIndicatorBase :
GaugeDependencyObject,
IOwnedElement,
IWeakEventListener,
IAnimatableElement,
IModelSupported,
ILayoutCalculator
Public MustInherit Class ValueIndicatorBase
Inherits GaugeDependencyObject
Implements IOwnedElement,
IWeakEventListener,
IAnimatableElement,
IModelSupported,
ILayoutCalculator
The following members return ValueIndicatorBase objects:
The ValueIndicatorBase class provides all functional capabilities common for value indicators derived from it: (e.g. ArcScaleNeedle returned by the ArcScale.Needles property, LinearScaleMarker returned by the LinearScale.Markers property, etc.).
Show 14 items
Object DispatcherObject DependencyObject Freezable GaugeDependencyObject ValueIndicatorBase ArcScaleIndicator
See Also