Back to Devexpress

LinearGaugeHitInfo.Scale Property

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

latest1.6 KB
Original Source

LinearGaugeHitInfo.Scale Property

Gets a scale 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 LinearScale Scale { get; }
vb
Public ReadOnly Property Scale As LinearScale

Property Value

TypeDescription
LinearScale

A LinearScale object that is the scale located under the test point.

|

Remarks

Use the Scale property to access the scale located under the test point (if the LinearGaugeHitInfo.InScale property returns true ).

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

See Also

InScale

LinearGaugeHitInfo Class

LinearGaugeHitInfo Members

DevExpress.Xpf.Gauges Namespace