Back to Devexpress

LinearGaugeHitInfo.Range Property

wpf-devexpress-dot-xpf-dot-gauges-dot-lineargaugehitinfo-650dc7e7.md

latest1.6 KB
Original Source

LinearGaugeHitInfo.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 LinearScaleRange Range { get; }
vb
Public ReadOnly Property Range As LinearScaleRange

Property Value

TypeDescription
LinearScaleRange

A LinearScaleRange 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 LinearGaugeHitInfo.InRange property returns true ).

If LinearGaugeHitInfo.InRange is false , the Range property returns null ( Nothing in Visual Basic).

See Also

InRange

LinearGaugeHitInfo Class

LinearGaugeHitInfo Members

DevExpress.Xpf.Gauges Namespace