RectangleAlignment
Overview
RectangleAlignment is a enum in Aspose.Slides FOSS for C++.
Defines 2-dimension alignment.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default rectangle alignment |
TOP_LEFT | Represents alignment to the top-left corner of a rectangle |
TOP | Represents alignment to the top edge, centered horizontally |
TOP_RIGHT | |
LEFT | Represents alignment to the left edge, centered vertically |
CENTER | Represents alignment to the center of a rectangle |
RIGHT | |
BOTTOM_LEFT | |
BOTTOM | |
BOTTOM_RIGHT | Represents alignment to the bottom-right corner of a rectangle |