Enum VerticalAlignment
Used to describe how a control is positioned or stretched vertically within a parent's layout slot.
public enum VerticalAlignment
Fields
Bottom = 2
Align control towards the bottom of a parent's layout slot.
Center = 1
Center control vertically.
Fill = 4
Stretch control vertically within a remaining empty space which is not occupied by other sibling controls.
Stretch = 3
Stretch control vertically within a parent's layout slot.
Top = 0
Align control towards the top of a parent's layout slot.