Skip to main content

ValueIndicatorBase Class

Serves as the base class for all value indicators.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public abstract class ValueIndicatorBase :
    GaugeLayoutElement,
    ILayoutCalculator,
    IHitTestableElement

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

See Also