Back to Devexpress

CircularGaugeHitInfo.Needle Property

wpf-devexpress-dot-xpf-dot-gauges-dot-circulargaugehitinfo-b58c14cb.md

latest1.6 KB
Original Source

CircularGaugeHitInfo.Needle Property

Gets a needle which is located under the test point.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public ArcScaleNeedle Needle { get; }
vb
Public ReadOnly Property Needle As ArcScaleNeedle

Property Value

TypeDescription
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

InNeedle

CircularGaugeHitInfo Class

CircularGaugeHitInfo Members

DevExpress.Xpf.Gauges Namespace