LinearGaugeHitInfo Properties
Contains information about a specific point within a linear gauge.
Name | Description |
---|---|
In |
Gets a value indicating whether the test point is within a level bar. |
In |
Gets a value indicating whether the test point is within a marker. |
In |
Gets a value indicating whether the test point is within a range. |
In |
Gets a value indicating whether the test point is within a range bar. |
In |
Gets a value indicating whether the test point is within a linear scale. |
Level |
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. |
Range |
Gets a range bar which is located under the test point. |
Scale | Gets a scale which is located under the test point. |
See Also