Position Enumeration
Indicates the position for an offset relative to this object in the application.

C# Syntax

public enum Position : System.Enum 
Members
MemberDescription
BottomLeftThe bottom-left corner of this object.
BottomRightThe bottom-right corner of this object.
CenterThe center of this object.
TopLeftThe top-left corner of this object.
TopRightThe top-right corner of this object.
Inheritance Hierarchy

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