Skip to main content

CircularGaugeHitInfo.Needle Property

Gets a needle which is located under the test point.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ArcScaleNeedle Needle { get; }

Property Value

Type Description
ArcScaleNeedle

An ArcScaleNeedle object that is the needle located under the test point.

Remarks

Use the Needle property to access the needle located under the test point (if the CircularGaugeHitInfo.InNeedle property returns true).

If CircularGaugeHitInfo.InNeedle is false, the Needle property returns null (Nothing in Visual Basic).

See Also