CircularGaugeHitInfo.Scale Property
In This Article
Gets a scale which is located under the test point.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
#Property Value
Type | Description |
---|---|
Arc |
An Arc |
#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