RectangleAlignment

RectangleAlignment

Overview

RectangleAlignment is a enum in Aspose.Slides FOSS for C++.

Defines 2-dimension alignment.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default rectangle alignment
TOP_LEFTRepresents alignment to the top-left corner of a rectangle
TOPRepresents alignment to the top edge, centered horizontally
TOP_RIGHT
LEFTRepresents alignment to the left edge, centered vertically
CENTERRepresents alignment to the center of a rectangle
RIGHT
BOTTOM_LEFT
BOTTOM
BOTTOM_RIGHTRepresents alignment to the bottom-right corner of a rectangle

See Also