Back to Devexpress

CircularGaugeHitInfo.Range Property

wpf-devexpress-dot-xpf-dot-gauges-dot-circulargaugehitinfo-779bc1e0.md

latest1.6 KB
Original Source

CircularGaugeHitInfo.Range Property

Gets a range 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 ArcScaleRange Range { get; }
vb
Public ReadOnly Property Range As ArcScaleRange

Property Value

TypeDescription
ArcScaleRange

An ArcScaleRange object that is the range located under the test point.

|

Remarks

Use the Range property to access the range located under the test point (if the CircularGaugeHitInfo.InRange property returns true ).

And, if CircularGaugeHitInfo.InRange is false , the Range property returns null ( Nothing in Visual Basic).

See Also

InRange

CircularGaugeHitInfo Class

CircularGaugeHitInfo Members

DevExpress.Xpf.Gauges Namespace