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