Enum AlignmentX
Describes how content is positioned horizontally in a container.
public enum AlignmentX
Fields
Center = 1
The contents align themselves with the center of the container
Left = 0
The contents align themselves with the left of the container
Right = 2
The contents align themselves with the right of the container