Enum ContentAlignment
ContentAlignment enumeration
Specifies alignment of content on the drawing surface.
public enum ContentAlignment
Values
| Name | Value | Description |
|---|---|---|
| TopLeft | 1 | Content is vertically aligned at the top, and horizontally aligned on the left. |
| TopCenter | 2 | Content is vertically aligned at the top, and horizontally aligned at the center. |
| TopRight | 4 | Content is vertically aligned at the top, and horizontally aligned on the right. |
| MiddleLeft | 16 | Content is vertically aligned in the middle, and horizontally aligned on the left. |
| MiddleCenter | 32 | Content is vertically aligned in the middle, and horizontally aligned at the center. |
| MiddleRight | 64 | Content is vertically aligned in the middle, and horizontally aligned on the right. |
| BottomLeft | 256 | Content is vertically aligned at the bottom, and horizontally aligned on the left. |
| BottomCenter | 512 | Content is vertically aligned at the bottom, and horizontally aligned at the center. |
| BottomRight | 1024 | Content is vertically aligned at the bottom, and horizontally aligned on the right. |
See Also
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common