Back to Devexpress

ValueIndicatorBase Class

wpf-devexpress-dot-xpf-dot-gauges-0240029c.md

latest2.8 KB
Original Source

ValueIndicatorBase Class

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

Declaration

csharp
public abstract class ValueIndicatorBase :
    GaugeDependencyObject,
    IOwnedElement,
    IWeakEventListener,
    IAnimatableElement,
    IModelSupported,
    ILayoutCalculator
vb
Public MustInherit Class ValueIndicatorBase
    Inherits GaugeDependencyObject
    Implements IOwnedElement,
               IWeakEventListener,
               IAnimatableElement,
               IModelSupported,
               ILayoutCalculator

The following members return ValueIndicatorBase objects:

Remarks

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.).

Inheritance

Show 14 items

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject ValueIndicatorBase ArcScaleIndicator

LinearScaleIndicator

LinearScaleRangeBar

ArcScaleMarker

ArcScaleNeedle

ArcScaleRangeBar

LinearScaleLevelBar

LinearScaleMarker

See Also

ValueIndicatorBase Members

DevExpress.Xpf.Gauges Namespace