CircularGaugeHitInfo Properties
Contains information about a specific point within a circular gauge.| Name | Description |
|---|---|
| InMarker | Gets a value indicating whether the test point is within a marker. |
| InNeedle | Gets a value indicating whether the test point is within a needle. |
| InRange | Gets a value indicating whether the test point is within a range. |
| InRangeBar | Gets a value indicating whether the test point is within a range bar. |
| InScale | Gets a value indicating whether the test point is within a scale. |
| Marker | Gets a marker which is located under the test point. |
| Needle | Gets a needle which is located under the test point. |
| Range | Gets a range which is located under the test point. |
| RangeBar | Gets a range bar which is located under the test point. |
| Scale | Gets a scale which is located under the test point. |
See Also