Alignment
A two dimensional alignment.
enum Alignment {
top_left,
top_center,
top_right,
center_left,
center,
center_right,
bottom_left,
bottom_center,
bottom_right,
}
A two dimensional alignment.
enum Alignment {
top_left,
top_center,
top_right,
center_left,
center,
center_right,
bottom_left,
bottom_center,
bottom_right,
}