Back to Devexpress

CircularGaugeHitInfo.Scale Property

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

latest1.6 KB
Original Source

CircularGaugeHitInfo.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 ArcScale Scale { get; }
vb
Public ReadOnly Property Scale As ArcScale

Property Value

TypeDescription
ArcScale

An ArcScale 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 CircularGaugeHitInfo.InScale property returns true ).

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

See Also

InScale

CircularGaugeHitInfo Class

CircularGaugeHitInfo Members

DevExpress.Xpf.Gauges Namespace