Skip to main content
A newer version of this page is available. .

CircularGaugeHitInfo.Needle Property

Gets a needle which is located under the test point.

Namespace: DevExpress.UI.Xaml.Gauges

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

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