Skip to main content

LinearGaugeHitInfo.Range Property

Gets a range 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 LinearScaleRange Range { get; }

Property Value

Type Description
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