Aspose::Cells::Drawing::RectangleAlignmentType enum
RectangleAlignmentType enum
Represents how to position two rectangles relative to each other.
enum class RectangleAlignmentType
Values
| Name | Value | Description |
|---|---|---|
| Bottom | 0 | Bottom. |
| BottomLeft | 1 | BottomLeft. |
| BottomRight | 2 | BottomRight. |
| Center | 3 | Center. |
| Left | 4 | Left. |
| Right | 5 | Right. |
| Top | 6 | Top. |
| TopLeft | 7 | TopLeft. |
| TopRight | 8 | TopRight. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++