System::Drawing::ContentAlignment enum
Contents
[
Hide
]ContentAlignment enum
Specifies the content alignment.
enum class ContentAlignment
Values
| Name | Value | Description |
|---|---|---|
| TopLeft | 1 | Aligned vertically at the top, and horizontally on the left. |
| TopCenter | 2 | Aligned vertically at the top, and horizontally at the center. |
| TopRight | 4 | Aligned vertically at the top, and horizontally on the right. |
| MiddleLeft | 16 | Aligned vertically in the middle, and horizontally on the left. |
| MiddleCenter | 32 | Aligned vertically in the middle, and horizontally at the center. |
| MiddleRight | 64 | Aligned vertically in the middle, and horizontally on the right. |
| BottomLeft | 256 | Aligned vertically at the bottom, and horizontally on the left. |
| BottomCenter | 512 | Aligned vertically at the bottom, and horizontally at the center. |
| BottomRight | 1024 | Aligned vertically at the bottom, and horizontally on the right. |
See Also
- Namespace System::Drawing
- Library Aspose.Font for C++