Skip to main content

ArcScaleNeedle Class

An arc scale needle.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class ArcScaleNeedle :
    ArcScaleIndicator

The following members return ArcScaleNeedle objects:

Remarks

A needle is used to point to the current value of a circular scale. An instance of an arc scale needle is represented by the ArcScaleNeedle object. It can be accessed as an item of the ArcScaleNeedleCollection object returned by the ArcScale.Needles property.

For more information on needles, refer to the Needle document.

Example: How to: Use ArcScale

See Also