Defines the alignment of the gridlayout relative to the y axis.
Definition
Fields
Aligns the inner elements to the bottom.
C#
Bottom = 2
Aligns the inner elements to the center.
C#
Center = 3
Stretches the inner elements vertically.
C#
Stretch = 0
Aligns the inner elements to the top.
C#
Top = 1