RectangleAlignment

RectangleAlignment enum

Defines 2-dimension allignment.

enum class RectangleAlignment : int8_t

Values

NameValueDescription
NotDefined-1
TopLeft0
Top1
TopRight2
Left3
Center4
Right5
BottomLeft6
Bottom7
BottomRight8

See Also