The HorizontalAlignment
enum describes how an element is aligned horizontally.
Values
Value | Description | CENTER | Indicates that the element is centered. |
LEFT | Indicates that the element is left justified. |
RIGHT | Indicates that the element is right justified. |