Label and constraint alignment constants.
| C# | Visual Basic | Visual C++ |
public enum CPAlignment
Public Enumeration CPAlignment
public enum class CPAlignment
| Member | Description |
|---|---|
| CPAlignmentLeft | Align horizontally to the left side. |
| CPAlignmentCenter | Align horizontally to the center. |
| CPAlignmentRight | Align horizontally to the right side. |
| CPAlignmentTop | Align vertically to the top. |
| CPAlignmentMiddle | Align vertically to the middle. |
| CPAlignmentBottom | Align vertically to the bottom. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)