Skip to main content

ValueIndicatorBase Class

Serves as the base class for all value indicators.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

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