Enum VerticalAlignment
How an object (such as a grid) is aligned vertically within a rectangle.
public enum VerticalAlignment
Fields
Bottom = 3
Aligns the object to the bottom
Center = 2
Vertically centers the object.
None = 0
Keeps the object's vertical position.
Top = 1
Aligns the object to the top.