VerticalAlignment

How a view is placed within the vertical space its parent gives it.
public enum VerticalAlignment

Values

NameSummary
CenterSized to content, centered.
EndSized to content, pinned to the bottom edge.
StartSized to content, pinned to the top edge.
StretchFills the available height.