//! Alignment enum, similar to an anchor
/// ```text
/// +-----------+-----------+-----------+
/// | TopStart | Top | TopEnd |
/// +-----------+-----------+-----------+
/// | Start | | End |
/// +-----------+-----------+-----------+
/// |BottomStart| Bottom | BottomEnd |
/// +-----------+-----------+-----------+
/// ```