RectangleAlignment
RectangleAlignment enum
Defines 2-dimension allignment.
enum class RectangleAlignment : int8_t
Values
Name | Value | Description |
---|---|---|
NotDefined | -1 | |
TopLeft | 0 | |
Top | 1 | |
TopRight | 2 | |
Left | 3 | |
Center | 4 | |
Right | 5 | |
BottomLeft | 6 | |
Bottom | 7 | |
BottomRight | 8 |
See Also
- Namespace Aspose::Slides
- Library Aspose.Slides