Defines possible alignment positions along an axis.
This enum is typically used in layout systems or UI components to specify how content should be aligned within a container.
Aligns the center of the target with the center of the container.
Aligns the end edge of the target with the end edge of the container.
Aligns the start edge of the target with the start edge of the container.
Defines possible alignment positions along an axis.
Remarks
This enum is typically used in layout systems or UI components to specify how content should be aligned within a container.