VerticalVisualRelation Enumeration
The vertical location of the related test object relative to the object to identify. See the UFT Developer Help Center for a diagram that illustrates the way UFT Developer interprets visual relations and the boundaries that are used for determining in-line related objects.

C# Syntax

public enum VerticalVisualRelation : System.Enum 
Members
MemberDescription
AboveThe related test object is located above the test object to identify.
AboveAndInlineThe related test object is located above the test object to identify and vertically inline with it.
BelowThe related test object is located below the test object to identify.
BelowAndInlineThe related test object is located below the test object to identify and vertically inline with it.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.VerticalVisualRelation