Enum ProximityVisualRelation
The distance or hierarchical location of the related test object relative to the object to identify.
See the Help Center for more details on VRI.
public enum ProximityVisualRelation
Fields
ClosestOnBothAxes = 3The related test object is the closest object on both the x- and y- axes to the test object to identify.
ClosestOnXAxis = 1The related test object is the closest object on the x-axis to the test object to identify.
ClosestOnYAxis = 2The related test object is the closest object on the y-axis to the test object to identify.
Contains = 4The related test object contains the test object to identify.