LinearGaugeHitInfo Properties
Contains information about a specific point within a linear gauge.| Name | Description |
|---|---|
| InLevelBar | Gets a value indicating whether the test point is within a level bar. |
| InMarker | Gets a value indicating whether the test point is within a marker. |
| 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 linear scale. |
| LevelBar | Gets a level bar which is located under the test point. |
| Marker | Gets a marker 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