RanorexNetRanorexNet Documentation
Alignment Enumeration
NamespacesRanorexAlignment
Specifies a region of an element. Can be used instead of a point.
Declaration Syntax
C#Visual BasicVisual C++
public enum Alignment
Public Enumeration Alignment
public enum class Alignment
Members
MemberDescription
UpperLeft
Specifies the upper left corner of an element.

CenterLeft
Specifies the left center of an element.

LowerLeft
Specifies the lower left corner of an element.

UpperCenter
Specifies the upper center of an element.

Center
Specifies the center of an element.

LowerCenter
Specifies the lower center of an element.

UpperRight
Specifies the upper right corner of an element.

CenterRight
Specifies the right center of an element.

LowerRight
Specifies the lower right corner of an element.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524