Specifies a region of an element.
Can be used instead of a point.
| C# | Visual Basic | Visual C++ |
public enum Alignment
Public Enumeration Alignment
public enum class Alignment
| Member | Description |
|---|---|
| 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.
|
