RectangleAlignment
Overview
RectangleAlignment is a enum in Aspose.Slides FOSS for C++.
Defines 2-dimension alignment.
This enumeration defines 10 values: NOT_DEFINED, TOP_LEFT, TOP, TOP_RIGHT, LEFT, CENTER, RIGHT, BOTTOM_LEFT, BOTTOM, BOTTOM_RIGHT.
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 |