C# Syntax
public enum VerticalVisualRelation : System.Enum
| Member | Description |
|---|---|
| Above | The related test object is located above the test object to identify. |
| AboveAndInline | The related test object is located above the test object to identify and vertically inline with it. |
| Below | The related test object is located below the test object to identify. |
| BelowAndInline | The related test object is located below the test object to identify and vertically inline with it. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.VerticalVisualRelation

