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