Enum Position
Indicates the position for an offset relative to this object in the application.
public enum Position
Fields
BottomLeft = 3The bottom-left corner of this object.
BottomRight = 4The bottom-right corner of this object.
Center = 2The center of this object.
TopLeft = 0The top-left corner of this object.
TopRight = 1The top-right corner of this object.