Enum HorizontalAlignment
How an object (such as a grid) is aligned horizontally within a rectangle.
public enum HorizontalAlignment
Fields
Center = 2
Horizontally centers the object.
Left = 1
Aligns the object to the left.
None = 0
Keeps the object's horizontal position.
Right = 3
Aligns the object to the right.