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